public class SubscriptionTransactionDetails extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SubscriptionTransactionDetails.Builder
Class to build instances of
SubscriptionTransactionDetails. |
| Constructor and Description |
|---|
SubscriptionTransactionDetails()
Default constructor.
|
SubscriptionTransactionDetails(String id,
SubscriptionAmountWithBreakdown amountWithBreakdown,
String time,
CaptureStatus status,
SubscriptionPayerName payerName,
String payerEmail)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
SubscriptionAmountWithBreakdown |
getAmountWithBreakdown()
Getter for AmountWithBreakdown.
|
String |
getId()
Getter for Id.
|
String |
getPayerEmail()
Getter for PayerEmail.
|
SubscriptionPayerName |
getPayerName()
Getter for PayerName.
|
CaptureStatus |
getStatus()
Getter for Status.
|
String |
getTime()
Getter for Time.
|
void |
setAmountWithBreakdown(SubscriptionAmountWithBreakdown amountWithBreakdown)
Setter for AmountWithBreakdown.
|
void |
setId(String id)
Setter for Id.
|
void |
setPayerEmail(String payerEmail)
Setter for PayerEmail.
|
void |
setPayerName(SubscriptionPayerName payerName)
Setter for PayerName.
|
void |
setStatus(CaptureStatus status)
Setter for Status.
|
void |
setTime(String time)
Setter for Time.
|
SubscriptionTransactionDetails.Builder |
toBuilder()
Builds a new
SubscriptionTransactionDetails.Builder object. |
String |
toString()
Converts this SubscriptionTransactionDetails into string format.
|
public SubscriptionTransactionDetails()
public SubscriptionTransactionDetails(String id, SubscriptionAmountWithBreakdown amountWithBreakdown, String time, CaptureStatus status, SubscriptionPayerName payerName, String payerEmail)
id - String value for id.amountWithBreakdown - SubscriptionAmountWithBreakdown value for amountWithBreakdown.time - String value for time.status - CaptureStatus value for status.payerName - SubscriptionPayerName value for payerName.payerEmail - String value for payerEmail.public CaptureStatus getStatus()
public void setStatus(CaptureStatus status)
status - Value for CaptureStatuspublic String getId()
public void setId(String id)
id - Value for Stringpublic SubscriptionAmountWithBreakdown getAmountWithBreakdown()
public void setAmountWithBreakdown(SubscriptionAmountWithBreakdown amountWithBreakdown)
amountWithBreakdown - Value for SubscriptionAmountWithBreakdownpublic SubscriptionPayerName getPayerName()
public void setPayerName(SubscriptionPayerName payerName)
payerName - Value for SubscriptionPayerNamepublic String getPayerEmail()
public void setPayerEmail(String payerEmail)
payerEmail - Value for Stringpublic String getTime()
public void setTime(String time)
time - Value for Stringpublic String toString()
public SubscriptionTransactionDetails.Builder toBuilder()
SubscriptionTransactionDetails.Builder object.
Creates the instance with the state of the current model.SubscriptionTransactionDetails.Builder objectCopyright © 2026. All rights reserved.