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