Class Refund
java.lang.Object
com.broadleafcommerce.paypal.micro.gateway.domain.orders.Refund
- All Implemented Interfaces:
Serializable
- Author:
- Dima Myroniuk (dmyroniuk)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe amount that the payee refunded to the payer.The date and time when the transaction occurred, in Internet date and time format.getId()
The PayPal-generated ID for the refund.The API caller-provided external invoice number for this order.getLinks()
An array of related HATEOAS links.The reason for the refund.The details of the refund status.The breakdown of the refund.The status of the refund.The date and time when the transaction was last updated, in Internet date and time format.void
The amount that the payee refunded to the payer.void
setCreateTime
(String createTime) The date and time when the transaction occurred, in Internet date and time format.void
The PayPal-generated ID for the refund.void
setInvoiceId
(String invoiceId) The API caller-provided external invoice number for this order.void
setLinks
(List<LinkDescription> links) An array of related HATEOAS links.void
setNoteToPayer
(String noteToPayer) The reason for the refund.void
setRefundStatusDetails
(RefundStatusDetails refundStatusDetails) The details of the refund status.void
setSellerPayableBreakdown
(MerchantPayableBreakdown sellerPayableBreakdown) The breakdown of the refund.void
The status of the refund.void
setUpdateTime
(String updateTime) The date and time when the transaction was last updated, in Internet date and time format.
-
Constructor Details
-
Refund
public Refund()
-
-
Method Details
-
setStatus
The status of the refund. -
setRefundStatusDetails
The details of the refund status. -
setAmount
The amount that the payee refunded to the payer. -
setId
The PayPal-generated ID for the refund. -
setInvoiceId
The API caller-provided external invoice number for this order. Appears in both the payer's transaction history and the emails that the payer receives. -
setLinks
An array of related HATEOAS links. -
setNoteToPayer
The reason for the refund. Appears in both the payer's transaction history and the emails that the payer receives. -
setSellerPayableBreakdown
The breakdown of the refund. -
setCreateTime
The date and time when the transaction occurred, in Internet date and time format. -
setUpdateTime
The date and time when the transaction was last updated, in Internet date and time format. -
getStatus
The status of the refund. -
getRefundStatusDetails
The details of the refund status. -
getAmount
The amount that the payee refunded to the payer. -
getId
The PayPal-generated ID for the refund. -
getInvoiceId
The API caller-provided external invoice number for this order. Appears in both the payer's transaction history and the emails that the payer receives. -
getLinks
An array of related HATEOAS links. -
getNoteToPayer
The reason for the refund. Appears in both the payer's transaction history and the emails that the payer receives. -
getSellerPayableBreakdown
The breakdown of the refund. -
getCreateTime
The date and time when the transaction occurred, in Internet date and time format. -
getUpdateTime
The date and time when the transaction was last updated, in Internet date and time format.
-