Sha256: 5134983e3bc9caec0cd998868691e35608535a7ea61dfc2b419aec0ec183c017
Contents?: true
Size: 703 Bytes
Versions: 3
Compression:
Stored size: 703 Bytes
Contents
# VeloPayments::TransferRequestV3 ## 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** | Valid ISO 4217 3 letter currency code. See the <a href=\"https://www.iso.org/iso-4217-currency-codes.html\" target=\"_blank\" a>ISO specification</a> for details. | | ## Example ```ruby require 'velopayments' instance = VeloPayments::TransferRequestV3.new( to_source_account_id: null, amount: null, currency: USD ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
velopayments-2.37.150.beta1 | docs/TransferRequestV3.md |
velopayments-2.35.58 | docs/TransferRequestV3.md |
velopayments-2.35.58.beta1 | docs/TransferRequestV3.md |