Sha256: c7808cb59ee93db1bfeebeb18221a365376f461a8e867732579adfdf752cf037
Contents?: true
Size: 301 Bytes
Versions: 7
Compression:
Stored size: 301 Bytes
Contents
module AdaptivePayments class ExecutePaymentRequest < AbstractRequest operation :ExecutePayment attribute :pay_key, String, :param => "payKey" attribute :action_type, String, :param => "actionType" attribute :funding_plan_id, String, :param => "fundingPlanId" end end
Version data entries
7 entries across 7 versions & 2 rubygems