Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 1.78 KB

PayInBankwireRefundResponse.md

File metadata and controls

28 lines (24 loc) · 1.78 KB

PayInBankwireRefundResponse

Properties

Name Type Description Notes
debited_funds \MarketPay\Model\Money [optional]
credited_funds \MarketPay\Model\Money [optional]
fees \MarketPay\Model\Money [optional]
debited_wallet_id string The ID of the wallet that was debited [optional]
author_id string A user's ID [optional]
statement_descriptor string A custom description to appear on the user's bank statement. It can be up to 10 characters long, and can only include alphanumeric characters or spaces [optional]
bank_account_id string [optional]
nature string The nature of the transaction [optional]
status string The status of the transaction [optional]
execution_date int When the transaction happened [optional]
result_code string The result code [optional]
result_message string A verbal explanation of the ResultCode [optional]
type string The type of the transaction [optional]
initial_transaction_id string The initial transaction ID [optional]
initial_transaction_type string The initial transaction type [optional]
refund_reason \MarketPay\Model\RefundReason [optional]
id string The item's ID [optional]
creation_date int When the item was created [optional]
tag string Custom data that you can add to this item [optional]

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