30 lines
2.3 KiB
Markdown
30 lines
2.3 KiB
Markdown
|
# GetResponse
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
Name | Type | Description | Notes
|
||
|
------------ | ------------- | ------------- | -------------
|
||
|
**result** | Option<[**crate::models::Result**](result.md)> | | [optional]
|
||
|
**status** | Option<**String**> | | [optional]
|
||
|
**error_code** | Option<**String**> | Depending on setting in merchant panel, error_code may be different than none for correct status, when acceptance of overpays and surcharges has been set. | [optional]
|
||
|
**start_time** | Option<**String**> | Transaction creation time | [optional]
|
||
|
**payment_time** | Option<**String**> | Date of payment or empty for pending transactions | [optional]
|
||
|
**chargeback_time** | Option<**String**> | Date of payment refund or empty for not refunded transactions | [optional]
|
||
|
**channel** | Option<**i32**> | Payment channel ID can be recognised in merchant panel (your offer section) | [optional]
|
||
|
**test_mode** | Option<**String**> | Returns 1 if transaction was in test mode | [optional]
|
||
|
**amount** | Option<**f32**> | transaction amount casted to float | [optional]
|
||
|
**amount_paid** | Option<**f32**> | The amount paid by customer | [optional]
|
||
|
**name** | Option<**String**> | customer name | [optional]
|
||
|
**email** | Option<**String**> | customer email | [optional]
|
||
|
**address** | Option<**String**> | customer address (parameter is empty if this field was not send with create method) | [optional]
|
||
|
**code** | Option<**String**> | customer postal code (parameter is empty if this field was not send with create method) | [optional]
|
||
|
**city** | Option<**String**> | customer city (parameter is empty if this field was not send with create method) | [optional]
|
||
|
**phone** | Option<**String**> | customer phone number (parameter is empty if this field was not send with create method) | [optional]
|
||
|
**country** | Option<**String**> | Two letters - see ISO 3166-1 document | [optional]
|
||
|
**err** | Option<[**crate::models::TransactionErrorCodes**](transaction_error_codes.md)> | | [optional]
|
||
|
**payment_attempts** | Option<[**Vec<crate::models::PaymentAttempts>**](payment_attempts.md)> | List of payment attempts. Currently is returned only for BLIK payment method | [optional]
|
||
|
|
||
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||
|
|
||
|
|