Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 305 Bytes

FundingRequestV2.md

File metadata and controls

18 lines (12 loc) · 305 Bytes

VeloPayments::FundingRequestV2

Properties

Name Type Description Notes
amount Integer Amount to fund, decimal implied

Example

require 'velopayments'

instance = VeloPayments::FundingRequestV2.new(
  amount: null
)