TransferMoneyToUserRequest
Props
accountTransactionDescription
accountTransactionDescription: string
| undefined
The account transaction description. The following macro available: ${user_id}, ${user_name}
amount
amount: number
The money amount, $. The absolute amount value must be equal or greater than 0.01
applicationId
applicationId: number
| undefined
The application ID. It is required if the user_name is specified
applicationName
applicationName: string
| undefined
The application name that can be used instead of application_id
currency
currency: string
| undefined
The amount currency. Examples: RUR, EUR, USD
strictMode
strictMode: false
| undefined
| true
Whether to enable the strict mode. Returns error if strict_mode is true and a user or the account does not have enough money
userId
userId: any
| number
| number[]
The user ID list separated by semicolons (;). Use the 'all' value to select all users
userName
userName: string
| string[]
The user name list separated by semicolons (;) that can be used instead of user_id
userTransactionDescription
userTransactionDescription: string
| undefined
The user transaction description