Sha256: 4777a1faa04a652892a4d098659b838208af68c406617f1f8aeb330017860a7b
Contents?: true
Size: 399 Bytes
Versions: 5
Compression:
Stored size: 399 Bytes
Contents
# VeloPayments::FundingRequestV3 ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **funding_account_id** | **String** | The funding account id | | | **amount** | **Integer** | Amount to fund in minor units | | ## Example ```ruby require 'velopayments' instance = VeloPayments::FundingRequestV3.new( funding_account_id: null, amount: null ) ```
Version data entries
5 entries across 5 versions & 1 rubygems