public class GiropayPaymentObject extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GiropayPaymentObject.Builder
Class to build instances of
GiropayPaymentObject. |
| Constructor and Description |
|---|
GiropayPaymentObject()
Default constructor.
|
GiropayPaymentObject(String name,
String countryCode,
String bic)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getBic()
Getter for Bic.
|
String |
getCountryCode()
Getter for CountryCode.
|
String |
getName()
Getter for Name.
|
void |
setBic(String bic)
Setter for Bic.
|
void |
setCountryCode(String countryCode)
Setter for CountryCode.
|
void |
setName(String name)
Setter for Name.
|
GiropayPaymentObject.Builder |
toBuilder()
Builds a new
GiropayPaymentObject.Builder object. |
String |
toString()
Converts this GiropayPaymentObject into string format.
|
public String getName()
public void setName(String name)
name - Value for Stringpublic String getCountryCode()
public void setCountryCode(String countryCode)
countryCode - Value for Stringpublic String getBic()
public void setBic(String bic)
bic - Value for Stringpublic String toString()
public GiropayPaymentObject.Builder toBuilder()
GiropayPaymentObject.Builder object.
Creates the instance with the state of the current model.GiropayPaymentObject.Builder objectCopyright © 2025. All rights reserved.