RefundItem Subobject
Web Session Object
Transaction Object
Token Object
Season Set Object
Refund Object
RatePlan Object
Product Object
Payment Provider Object
Payment Method Object
NameValuePair Object
GiftCard Object
Entitlement Object
Chargeback Object
Campaign Object
BillingPlan Object
AutoBill Object
Address Object
Activity Object
Account Object
RefundItem Subobject
Describes a line item in a Refund that corresponds to a TransactionItem. The table below describes the RefundItem Object Values.
Value |
Description |
amount |
Amount of the requested refund for this item, in the currency of the overall transaction. This amount must not exceed the original TransactionItem amount, minus any discounts and minus the sum of all prior refunds against this item. This field may be left blank if the taxOnly field is set to true. |
description |
Output only. A description of the TransactionItem, which will be filled in by Vindicia Subscribe from line item description on the original tns:Transaction. |
sku |
SKU on the original transaction line item (sku need not be passed in if the transactionItemIndexNumber is passed in). If the sku is passed in, and can be used to uniquely identify the transaction item, it will be used, otherwise an error will be returned. |
taxes |
Read-only array to list the taxes from the original TransactionItem that are being refunded. |
taxOnly |
If this is true, the amount parameter is ignored and the refund amount will be the total of the as-yet unrefunded taxes for this item. |
transactionItemIndexNumber |
Sequence number assigned upon creation to a TransactionItem by Vindicia Subscribe. Either the transactionItemIndexNumber, or the sku, must be specified for each RefundItem. |
For Users
Learn More