public class EpsPaymentObject extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
EpsPaymentObject.Builder
Class to build instances of
EpsPaymentObject. |
| Constructor and Description |
|---|
EpsPaymentObject()
Default constructor.
|
EpsPaymentObject(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.
|
EpsPaymentObject.Builder |
toBuilder()
Builds a new
EpsPaymentObject.Builder object. |
String |
toString()
Converts this EpsPaymentObject 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 EpsPaymentObject.Builder toBuilder()
EpsPaymentObject.Builder object.
Creates the instance with the state of the current model.EpsPaymentObject.Builder objectCopyright © 2025. All rights reserved.