Package io.moov.sdk.models.components
Class PaymentLinkPayoutDetails.Builder
- java.lang.Object
-
- io.moov.sdk.models.components.PaymentLinkPayoutDetails.Builder
-
- Enclosing class:
- PaymentLinkPayoutDetails
public static final class PaymentLinkPayoutDetails.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PaymentLinkPayoutDetails.BuilderallowedMethods(java.util.List<DisbursementPaymentMethodType> allowedMethods)A list of payment methods that should be supported for this payment link.PaymentLinkPayoutDetailsbuild()PaymentLinkPayoutDetails.Builderrecipient(PayoutRecipient recipient)Specify the intended recipient of the payout.
-
-
-
Method Detail
-
allowedMethods
public PaymentLinkPayoutDetails.Builder allowedMethods(java.util.List<DisbursementPaymentMethodType> allowedMethods)
A list of payment methods that should be supported for this payment link.
-
recipient
public PaymentLinkPayoutDetails.Builder recipient(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.
-
build
public PaymentLinkPayoutDetails build()
-
-