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