public static class IdealPaymentObject.Builder extends Object
IdealPaymentObject.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
IdealPaymentObject.Builder |
bic(String bic)
Setter for bic.
|
IdealPaymentObject |
build()
Builds a new
IdealPaymentObject object using the set fields. |
IdealPaymentObject.Builder |
countryCode(String countryCode)
Setter for countryCode.
|
IdealPaymentObject.Builder |
ibanLastChars(String ibanLastChars)
Setter for ibanLastChars.
|
IdealPaymentObject.Builder |
name(String name)
Setter for name.
|
public IdealPaymentObject.Builder name(String name)
name - String value for name.public IdealPaymentObject.Builder countryCode(String countryCode)
countryCode - String value for countryCode.public IdealPaymentObject.Builder bic(String bic)
bic - String value for bic.public IdealPaymentObject.Builder ibanLastChars(String ibanLastChars)
ibanLastChars - String value for ibanLastChars.public IdealPaymentObject build()
IdealPaymentObject object using the set fields.IdealPaymentObjectCopyright © 2025. All rights reserved.