Class: Recurly::Requests::ShippingMethodUpdate

Inherits:
Recurly::Request show all
Defined in:
lib/recurly/requests/shipping_method_update.rb

Instance Attribute Summary collapse

Attributes inherited from Recurly::Request

#attributes

Method Summary

Methods inherited from Recurly::Request

#==, #to_s

Methods included from Schema::SchemaFactory

#schema

Methods included from Schema::RequestCaster

#cast_request

Methods included from Schema::ResourceCaster

#cast

Methods included from Schema::SchemaValidator

#get_did_you_mean, #validate!, #validate_attribute!

Instance Attribute Details

#accounting_codeString



11
# File 'lib/recurly/requests/shipping_method_update.rb', line 11

define_attribute :accounting_code, String

#codeString



15
# File 'lib/recurly/requests/shipping_method_update.rb', line 15

define_attribute :code, String

#liability_gl_account_idString



19
# File 'lib/recurly/requests/shipping_method_update.rb', line 19

define_attribute :liability_gl_account_id, String

#nameString



23
# File 'lib/recurly/requests/shipping_method_update.rb', line 23

define_attribute :name, String

#performance_obligation_idString



27
# File 'lib/recurly/requests/shipping_method_update.rb', line 27

define_attribute :performance_obligation_id, String

#revenue_gl_account_idString



31
# File 'lib/recurly/requests/shipping_method_update.rb', line 31

define_attribute :revenue_gl_account_id, String

#tax_codeString



35
# File 'lib/recurly/requests/shipping_method_update.rb', line 35

define_attribute :tax_code, String