Class PaymentInputData.PaymentInputBuilder

  • Enclosing class:
    PaymentInputData

    public static class PaymentInputData.PaymentInputBuilder
    extends java.lang.Object
    • Method Detail

      • withQRCodePaymentParameters

        public PaymentInputData.PaymentInputBuilder withQRCodePaymentParameters​(java.lang.String amount,
                                                                                char currencyCode,
                                                                                char countryCode)
        Parameters:
        amount - Transaction amount of the transaction
        currencyCode - Currency code of the transaction as defined in ISO 3166 numeric code. For example: United States would be represented as 840. The maximum value allowed is 999.
        countryCode - Country code of the merchant as defined by merchant. If not present MPA can send (char) 0
        Returns:
        PaymentInputData.PaymentInputBuilder with the QR remote parameters passed returned
        Since:
        6.4.0