public class P24PaymentObject extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
P24PaymentObject.Builder
Class to build instances of
P24PaymentObject. |
| Constructor and Description |
|---|
P24PaymentObject()
Default constructor.
|
P24PaymentObject(String name,
String email,
String countryCode,
String paymentDescriptor,
String methodId,
String methodDescription)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCountryCode()
Getter for CountryCode.
|
String |
getEmail()
Getter for Email.
|
String |
getMethodDescription()
Getter for MethodDescription.
|
String |
getMethodId()
Getter for MethodId.
|
String |
getName()
Getter for Name.
|
String |
getPaymentDescriptor()
Getter for PaymentDescriptor.
|
void |
setCountryCode(String countryCode)
Setter for CountryCode.
|
void |
setEmail(String email)
Setter for Email.
|
void |
setMethodDescription(String methodDescription)
Setter for MethodDescription.
|
void |
setMethodId(String methodId)
Setter for MethodId.
|
void |
setName(String name)
Setter for Name.
|
void |
setPaymentDescriptor(String paymentDescriptor)
Setter for PaymentDescriptor.
|
P24PaymentObject.Builder |
toBuilder()
Builds a new
P24PaymentObject.Builder object. |
String |
toString()
Converts this P24PaymentObject into string format.
|
public P24PaymentObject()
public P24PaymentObject(String name, String email, String countryCode, String paymentDescriptor, String methodId, String methodDescription)
name - String value for name.email - String value for email.countryCode - String value for countryCode.paymentDescriptor - String value for paymentDescriptor.methodId - String value for methodId.methodDescription - String value for methodDescription.public String getName()
public void setName(String name)
name - Value for Stringpublic String getEmail()
public void setEmail(String email)
email - Value for Stringpublic String getCountryCode()
public void setCountryCode(String countryCode)
countryCode - Value for Stringpublic String getPaymentDescriptor()
public void setPaymentDescriptor(String paymentDescriptor)
paymentDescriptor - Value for Stringpublic String getMethodId()
public void setMethodId(String methodId)
methodId - Value for Stringpublic String getMethodDescription()
public void setMethodDescription(String methodDescription)
methodDescription - Value for Stringpublic String toString()
public P24PaymentObject.Builder toBuilder()
P24PaymentObject.Builder object.
Creates the instance with the state of the current model.P24PaymentObject.Builder objectCopyright © 2025. All rights reserved.