Class PaymentLinkPayoutDetails


  • public class PaymentLinkPayoutDetails
    extends java.lang.Object
    • Method Detail

      • allowedMethods

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

        public PayoutRecipient 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 PaymentLinkPayoutDetails withRecipient​(PayoutRecipient 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