1.0 KiB
1.0 KiB
MasspaymentCreateResponse
Properties
Name | Type | Description | Notes |
---|---|---|---|
result | Option<crate::models::Result> | [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> | [optional] | |
desc | Option<crate::models::MasspaymentErrDesc> | [optional] |