Sha256: cdc1a1b4557e9d92e74314c77577374b5da1873c8ae2a2cf5569f124369cb8b7
Contents?: true
Size: 565 Bytes
Versions: 8
Compression:
Stored size: 565 Bytes
Contents
# VeloPayments::TransferRequest ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **to_source_account_id** | **String** | The 'to' source account id, which will be credited | **amount** | **Integer** | Amount to transfer, in minor units | **currency** | **String** | | ## Code Sample ```ruby require 'VeloPayments' instance = VeloPayments::TransferRequest.new(to_source_account_id: null, amount: null, currency: USD) ```
Version data entries
8 entries across 8 versions & 1 rubygems