Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 1.35 KB

PayoutOrderResponse.md

File metadata and controls

22 lines (19 loc) · 1.35 KB

# PayoutOrderResponse

Properties

Name Type Description Notes
allowed_payout_methods string[] The payout methods that are allowed for the payout order.
amount int The amount of the payout order.
created_at int The creation date of the payout order.
currency string The currency in which the payout order is made. [default to 'MXN']
customer_info \Conekta\Model\PayoutOrderResponseCustomerInfo
expires_at int The expiration date of the payout order. [optional]
id string The id of the payout order.
livemode bool The live mode of the payout order.
object string The object of the payout order.
metadata array<string,mixed> The metadata of the payout order. [optional]
payouts \Conekta\Model\PayoutOrderPayoutsItem[] The payout information of the payout order.
reason string The reason for the payout order.
status string The status of the payout order. [optional]
updated_at int The update date of the payout order.

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