Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.05 KB

File metadata and controls

18 lines (13 loc) · 1.05 KB

# PayoutTransaction

Properties

Name Type Description Notes
id string Unique identifier for the payout transaction [optional]
created_time \DateTime Time at which the payout transaction was created [optional]
currency string Three-letter ISO currency code representing the payout transaction currency. [optional]
amount double Represents the payout transaction amount. [optional]
payout_id string The payout identifier. [optional]
description string A description of the payout transaction. [optional]
type string The type of payout transaction. [optional]
live_mode bool Has the value true if the object exists in live mode or the value false if the object exists in test mode. [optional]

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