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