public class PaymentRefund extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PaymentRefund.Builder
Class to build instances of
PaymentRefund. |
| Constructor and Description |
|---|
PaymentRefund(String id,
Money amountMoney,
String status,
String locationId,
Money appFeeMoney,
List<ProcessingFee> processingFee,
String paymentId,
String orderId,
String reason,
String createdAt,
String updatedAt,
String teamMemberId)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Money |
getAmountMoney()
Getter for AmountMoney.
|
Money |
getAppFeeMoney()
Getter for AppFeeMoney.
|
String |
getCreatedAt()
Getter for CreatedAt.
|
String |
getId()
Getter for Id.
|
String |
getLocationId()
Getter for LocationId.
|
String |
getOrderId()
Getter for OrderId.
|
String |
getPaymentId()
Getter for PaymentId.
|
List<ProcessingFee> |
getProcessingFee()
Getter for ProcessingFee.
|
String |
getReason()
Getter for Reason.
|
String |
getStatus()
Getter for Status.
|
String |
getTeamMemberId()
Getter for TeamMemberId.
|
String |
getUpdatedAt()
Getter for UpdatedAt.
|
int |
hashCode() |
PaymentRefund.Builder |
toBuilder()
Builds a new
PaymentRefund.Builder object. |
String |
toString()
Converts this PaymentRefund into string format.
|
public PaymentRefund(String id, Money amountMoney, String status, String locationId, Money appFeeMoney, List<ProcessingFee> processingFee, String paymentId, String orderId, String reason, String createdAt, String updatedAt, String teamMemberId)
id - String value for id.amountMoney - Money value for amountMoney.status - String value for status.locationId - String value for locationId.appFeeMoney - Money value for appFeeMoney.processingFee - List of ProcessingFee value for processingFee.paymentId - String value for paymentId.orderId - String value for orderId.reason - String value for reason.createdAt - String value for createdAt.updatedAt - String value for updatedAt.teamMemberId - String value for teamMemberId.public String getId()
public String getStatus()
public String getLocationId()
public Money getAmountMoney()
public Money getAppFeeMoney()
public List<ProcessingFee> getProcessingFee()
public String getPaymentId()
public String getOrderId()
public String getReason()
public String getCreatedAt()
public String getUpdatedAt()
public String getTeamMemberId()
public String toString()
public PaymentRefund.Builder toBuilder()
PaymentRefund.Builder object.
Creates the instance with the state of the current model.PaymentRefund.Builder objectCopyright © 2022. All rights reserved.