class IronBank::Actions::Execute
Use the execute call to execute the process to split an invoice into multiple invoices (the original invoice must be in draft status) www.zuora.com/developer/api-reference/#operation/Action_POSTexecute
Private Instance Methods
params()
click to toggle source
# File lib/iron_bank/actions/execute.rb, line 12 def params { ids: args.fetch(:ids), synchronous: args.fetch(:synchronous), type: type } end
type()
click to toggle source
# File lib/iron_bank/actions/execute.rb, line 20 def type IronBank::Utils.camelize(args.fetch(:type), type: :upper) end