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