Class TabbyPaymentRefund
java.lang.Object
com.broadleafcommerce.tabby.domain.TabbyPaymentRefund
- All Implemented Interfaces:
Serializable
- Author:
- Dima Myroniuk (dmyroniuk)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Amount refunded.Date and time the refund was created, in UTC, and displayed in ISO 8601 datetime format, assigned by Tabby.getId()
Unique refund ID, assigned by Tabby.getItems()
Array of objects representing the order items being refunded.Reason for the refund.int
hashCode()
void
Amount refunded.void
setCreatedAt
(String createdAt) Date and time the refund was created, in UTC, and displayed in ISO 8601 datetime format, assigned by Tabby.void
Unique refund ID, assigned by Tabby.void
setItems
(List<TabbyOrderItem> items) Array of objects representing the order items being refunded.void
Reason for the refund.toString()
-
Constructor Details
-
TabbyPaymentRefund
public TabbyPaymentRefund()
-
-
Method Details
-
getId
Unique refund ID, assigned by Tabby. -
getAmount
Amount refunded. Allows to send up to 2 decimals for AED, SAR, QAR and up to 3 decimals for KWD and BHD. Default: "0.00". -
getReason
Reason for the refund. -
getCreatedAt
Date and time the refund was created, in UTC, and displayed in ISO 8601 datetime format, assigned by Tabby. -
getItems
Array of objects representing the order items being refunded. -
setId
Unique refund ID, assigned by Tabby. -
setAmount
Amount refunded. Allows to send up to 2 decimals for AED, SAR, QAR and up to 3 decimals for KWD and BHD. Default: "0.00". -
setReason
Reason for the refund. -
setCreatedAt
Date and time the refund was created, in UTC, and displayed in ISO 8601 datetime format, assigned by Tabby. -
setItems
Array of objects representing the order items being refunded. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-