Class: IronBank::Actions::Amend

Inherits:
IronBank::Action show all
Defined in:
lib/iron_bank/actions/amend.rb

Overview

Use the amend call to change a subscription www.zuora.com/developer/api-reference/#operation/Action_POSTamend

Instance Method Summary collapse

Methods inherited from IronBank::Action

call

Instance Method Details

#callObject



9
10
11
12
13
# File 'lib/iron_bank/actions/amend.rb', line 9

def call
  # NOTE: The amend response wraps all results in an object, which is
  #       inconsistent with the rest of the `/v1/action` responses.
  super[:results]
end