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