Sha256: c4dbb6a87d9f17a6e30ef5d003d12bcfdb50481d72e833a92847145c89bf4f48
Contents?: true
Size: 298 Bytes
Versions: 7
Compression:
Stored size: 298 Bytes
Contents
module AdaptivePayments class FundingPlanCharge < JsonModel attribute :charge, Node[CurrencyType] attribute :funding_source, Node[FundingSource], :param => "fundingSource" alias_params :charge, { :amount => :amount, :currency_code => :code } end end
Version data entries
7 entries across 7 versions & 2 rubygems