Payu\Builder\LoyaltyInquiryRequestBuilder::setCurrency PHP Method

setCurrency() public method

public setCurrency ( Currency $currency )
$currency Payu\Component\Currency
    public function setCurrency(Currency $currency)
    {
        $this->currency = $currency;
    }