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