Class PaymentLinkPayoutDetailsUpdate


  • public class PaymentLinkPayoutDetailsUpdate
    extends java.lang.Object
    • Constructor Detail

      • PaymentLinkPayoutDetailsUpdate

        public PaymentLinkPayoutDetailsUpdate()
    • Method Detail

      • allowedMethods

        public java.util.Optional<java.util.List<DisbursementPaymentMethodType>> allowedMethods()
        A list of payment methods that should be supported for this payment link.
      • recipient

        public java.util.Optional<PayoutRecipientUpdate> recipient()
        Specify the intended recipient of the payout.

        This information will be used to authenticate the end user when they follow the payment link.

      • withRecipient

        public PaymentLinkPayoutDetailsUpdate withRecipient​(java.util.Optional<? extends PayoutRecipientUpdate> recipient)
        Specify the intended recipient of the payout.

        This information will be used to authenticate the end user when they follow the payment link.

      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object