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