Payu\Builder\LoyaltyInquiryRequestBuilder::buildCurrency PHP Method

buildCurrency() public method

public buildCurrency ( $currency )
    public function buildCurrency($currency)
    {
        $this->currency = new Currency($currency);
        return $this;
    }