Class PaymentRefundRequestIntentBuilder


  • public class PaymentRefundRequestIntentBuilder
    extends BaseIntentBuilder
    Use the PaymentRefundRequestIntentBuilder class to initiate a payment refund on an Android device.
    • Constructor Detail

      • PaymentRefundRequestIntentBuilder

        public PaymentRefundRequestIntentBuilder​(String paymentId)
        Creates an instance of the PaymentRefundRequestIntentBuilder class
        Parameters:
        paymentId -
    • Method Detail

      • amount

        public PaymentRefundRequestIntentBuilder amount​(Long amount)
        Sets the amount to be refunded
        Parameters:
        amount -
        Returns:
        PaymentRefundRequestIntentBuilder object with new amount
      • build

        public Intent build​(Context context)
        Builder method to create an Intent to be used by Integrator POS to initiate a payment refund.
        Overrides:
        build in class BaseIntentBuilder
        Parameters:
        context -
        Returns: