Class PaymentRequestIntentBuilder.TenderOptions

  • Enclosing class:
    PaymentRequestIntentBuilder

    public static class PaymentRequestIntentBuilder.TenderOptions
    extends Object
    Tender options allow Integrators to control Cash and Custom Tenders on a per-transaction level.
    • Method Detail

      • Disable

        public static PaymentRequestIntentBuilder.TenderOptions Disable​(boolean disableCash,
                                                                        boolean disableCustom)
        The option to disable the cash and/or custom tenders independently of each other
        Parameters:
        disableCash - - if you would like to disable the cash tender, set to true
        disableCustom - - if you would like to disable the custom tenders, set to true
        Returns: