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