Package io.moov.sdk.models.components
Class AchDebitFundPaymentMethod.Builder
- java.lang.Object
-
- io.moov.sdk.models.components.AchDebitFundPaymentMethod.Builder
-
- Enclosing class:
- AchDebitFundPaymentMethod
public static final class AchDebitFundPaymentMethod.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AchDebitFundPaymentMethod.BuilderbankAccount(PaymentMethodsBankAccount bankAccount)A bank account as contained within a payment method.AchDebitFundPaymentMethodbuild()AchDebitFundPaymentMethod.BuilderpaymentMethodID(java.lang.String paymentMethodID)ID of the payment method.AchDebitFundPaymentMethod.BuilderpaymentMethodType(AchDebitFundPaymentMethodPaymentMethodType paymentMethodType)
-
-
-
Method Detail
-
paymentMethodID
public AchDebitFundPaymentMethod.Builder paymentMethodID(java.lang.String paymentMethodID)
ID of the payment method.
-
paymentMethodType
public AchDebitFundPaymentMethod.Builder paymentMethodType(AchDebitFundPaymentMethodPaymentMethodType paymentMethodType)
-
bankAccount
public AchDebitFundPaymentMethod.Builder bankAccount(PaymentMethodsBankAccount bankAccount)
A bank account as contained within a payment method.
-
build
public AchDebitFundPaymentMethod build()
-
-