bazzar/vendor/t_pay/docs/MasspaymentCreateResponse.md

18 lines
1.0 KiB
Markdown
Raw Normal View History

# MasspaymentCreateResponse
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**result** | Option<[**crate::models::Result**](result.md)> | | [optional]
**sum** | Option<**f32**> | Sum of transfers in the package | [optional]
**count** | Option<**i32**> | Number of transfers defined in CSV file | [optional]
**pack_id** | Option<**i32**> | ID of created pack using method create. | [optional]
**referers** | Option<**String**> | Field visible if transfersID has been sent (see chap. \"Exemplary CSV file\") in JSON format as following: ID in transfer : ID of transfers in tpay.com system. This allows tracking single transfers. | [optional]
**error** | Option<[**crate::models::MasspaymentErrCode**](masspayment_err_code.md)> | | [optional]
**desc** | Option<[**crate::models::MasspaymentErrDesc**](masspayment_err_desc.md)> | | [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)