Package com.checkout.handlepaymentsandpayouts.payments.common.source.paymentgetresponsegiropaysourcesource
Class PaymentGetResponseGiropaySourceSource.PaymentGetResponseGiropaySourceSourceBuilder
- java.lang.Object
-
- com.checkout.handlepaymentsandpayouts.payments.common.source.paymentgetresponsegiropaysourcesource.PaymentGetResponseGiropaySourceSource.PaymentGetResponseGiropaySourceSourceBuilder
-
- Enclosing class:
- PaymentGetResponseGiropaySourceSource
public static class PaymentGetResponseGiropaySourceSource.PaymentGetResponseGiropaySourceSourceBuilder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PaymentGetResponseGiropaySourceSource.PaymentGetResponseGiropaySourceSourceBuilderaccountHolder(AccountHolder accountHolder)PaymentGetResponseGiropaySourceSource.PaymentGetResponseGiropaySourceSourceBuilderaccountHolderName(java.lang.String accountHolderName)PaymentGetResponseGiropaySourceSource.PaymentGetResponseGiropaySourceSourceBuilderbic(java.lang.String bic)PaymentGetResponseGiropaySourceSourcebuild()PaymentGetResponseGiropaySourceSource.PaymentGetResponseGiropaySourceSourceBuilderiban(java.lang.String iban)PaymentGetResponseGiropaySourceSource.PaymentGetResponseGiropaySourceSourceBuilderpurpose(java.lang.String purpose)java.lang.StringtoString()
-
-
-
Method Detail
-
purpose
public PaymentGetResponseGiropaySourceSource.PaymentGetResponseGiropaySourceSourceBuilder purpose(java.lang.String purpose)
- Returns:
this.
-
bic
public PaymentGetResponseGiropaySourceSource.PaymentGetResponseGiropaySourceSourceBuilder bic(java.lang.String bic)
- Returns:
this.
-
iban
public PaymentGetResponseGiropaySourceSource.PaymentGetResponseGiropaySourceSourceBuilder iban(java.lang.String iban)
- Returns:
this.
-
accountHolderName
public PaymentGetResponseGiropaySourceSource.PaymentGetResponseGiropaySourceSourceBuilder accountHolderName(java.lang.String accountHolderName)
- Returns:
this.
-
accountHolder
public PaymentGetResponseGiropaySourceSource.PaymentGetResponseGiropaySourceSourceBuilder accountHolder(AccountHolder accountHolder)
- Returns:
this.
-
build
public PaymentGetResponseGiropaySourceSource build()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-