public static class PaymentRefund.Builder extends Object
PaymentRefund.| Constructor and Description |
|---|
Builder(String id,
Money amountMoney)
Initialization constructor.
|
public PaymentRefund.Builder id(String id)
id - String value for id.public PaymentRefund.Builder amountMoney(Money amountMoney)
amountMoney - Money value for amountMoney.public PaymentRefund.Builder status(String status)
status - String value for status.public PaymentRefund.Builder unsetStatus()
public PaymentRefund.Builder locationId(String locationId)
locationId - String value for locationId.public PaymentRefund.Builder unsetLocationId()
public PaymentRefund.Builder unlinked(Boolean unlinked)
unlinked - Boolean value for unlinked.public PaymentRefund.Builder destinationType(String destinationType)
destinationType - String value for destinationType.public PaymentRefund.Builder unsetDestinationType()
public PaymentRefund.Builder destinationDetails(DestinationDetails destinationDetails)
destinationDetails - DestinationDetails value for destinationDetails.public PaymentRefund.Builder appFeeMoney(Money appFeeMoney)
appFeeMoney - Money value for appFeeMoney.public PaymentRefund.Builder processingFee(List<ProcessingFee> processingFee)
processingFee - List of ProcessingFee value for processingFee.public PaymentRefund.Builder unsetProcessingFee()
public PaymentRefund.Builder paymentId(String paymentId)
paymentId - String value for paymentId.public PaymentRefund.Builder unsetPaymentId()
public PaymentRefund.Builder orderId(String orderId)
orderId - String value for orderId.public PaymentRefund.Builder unsetOrderId()
public PaymentRefund.Builder reason(String reason)
reason - String value for reason.public PaymentRefund.Builder unsetReason()
public PaymentRefund.Builder createdAt(String createdAt)
createdAt - String value for createdAt.public PaymentRefund.Builder updatedAt(String updatedAt)
updatedAt - String value for updatedAt.public PaymentRefund.Builder teamMemberId(String teamMemberId)
teamMemberId - String value for teamMemberId.public PaymentRefund build()
PaymentRefund object using the set fields.PaymentRefundCopyright © 2024. All rights reserved.