Files
Zomatree e738db98b9 init
2025-10-20 14:41:17 +01:00

1.2 KiB

SubTotals

Properties

Name Type Description Notes
count Option<i32> Number of transactions of this type [optional]
method Option<models::PaymentMethod> Payment type of the transactions [optional]
card_issuer Option<String> In case of payments transactions with card, the card issuer will be available [optional]
card_audience Option<String> In case of payments trnsactions with card, the card audience will be available. [optional]
card_region Option<String> In case of payments transactions with card, the card region will be available. [optional]
fee_type Option<String> Present when the transaction represents a fee. [optional]
prepayment_part_type Option<String> Prepayment part: fee itself, reimbursement, discount, VAT or rounding compensation. [optional]
transaction_type Option<String> Represents the transaction type [optional]

[Back to Model list] [Back to API list] [Back to README]