# SubscriptionTransactionListItem

> A schema in the One API reference. Source: https://hub.ozow.com/api-reference/one-api/schemas/subscription-transaction-list-item/

One charge instruction under a subscription. Instruction level only, so the underlying payment identifiers are not exposed here.

## Fields

- `amount` (object, required) - The currency and amount of the charge.
- `merchantReference` (string, required) - The merchant's reference for this individual charge.
- `bankReference` (string) - The reference that appears on the merchant's bank statement for this charge.
- `actionDate` (string, date-time) - When the charge is or was due to be actioned.
- `isPayableNow` (boolean) - True when this is the immediate first charge requested with `payableNow` rather than a scheduled one.
- `createdDate` (string, date-time) - When the instruction was created.
