Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 901 Bytes

gift-card-activity-import-reversal.md

File metadata and controls

26 lines (17 loc) · 901 Bytes

Gift Card Activity Import Reversal

Represents details about an IMPORT_REVERSAL gift card activity type.

Structure

GiftCardActivityImportReversal

Fields

Name Type Tags Description
amountMoney Money Required Represents an amount of money. Money fields can be signed or unsigned.
Fields that do not explicitly define whether they are signed or unsigned are
considered unsigned and can only hold positive amounts. For signed fields, the
sign of the value indicates the purpose of the money transfer. See
Working with Monetary Amounts
for more information.

Example (as JSON)

{
  "amount_money": {
    "amount": null,
    "currency": null
  }
}