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