Skip to content

Latest commit

 

History

History
51 lines (22 loc) · 1.18 KB

File metadata and controls

51 lines (22 loc) · 1.18 KB

Voucherify.CampaignsTransactionsExportCreateResponseBodyParameters

Properties

Name Type Description Notes
order String How the export is ordered, where the dash `-` preceding a sorting option means sorting in a descending order. [optional]
fields [String] Data fields that will be exported for the transactions that are associated with balance movements on cards in a campaign. [optional]
filters CampaignsTransactionsExportCreateResponseBodyParametersFilters [optional]

Enum: OrderEnum

  • -created_at (value: "-created_at")

  • created_at (value: "created_at")

Enum: [FieldsEnum]

  • id (value: "id")

  • type (value: "type")

  • source_id (value: "source_id")

  • reason (value: "reason")

  • balance (value: "balance")

  • amount (value: "amount")

  • created_at (value: "created_at")

  • voucher_id (value: "voucher_id")

  • source (value: "source")

  • details (value: "details")

  • related_transaction_id (value: "related_transaction_id")