Class: Recurly::Requests::ShippingMethodUpdate
- Inherits:
-
Recurly::Request
- Object
- Recurly::Request
- Recurly::Requests::ShippingMethodUpdate
- Defined in:
- lib/recurly/requests/shipping_method_update.rb
Instance Attribute Summary collapse
-
#accounting_code ⇒ String
Accounting code for shipping method.
-
#code ⇒ String
The internal name used identify the shipping method.
-
#liability_gl_account_id ⇒ String
The ID of a general ledger account.
-
#name ⇒ String
The name of the shipping method displayed to customers.
-
#performance_obligation_id ⇒ String
The ID of a performance obligation.
-
#revenue_gl_account_id ⇒ String
The ID of a general ledger account.
-
#tax_code ⇒ String
Used by Avalara, Vertex, and Recurly’s built-in tax feature.
Attributes inherited from Recurly::Request
Method Summary
Methods inherited from Recurly::Request
Methods included from Schema::SchemaFactory
Methods included from Schema::RequestCaster
Methods included from Schema::ResourceCaster
Methods included from Schema::SchemaValidator
#get_did_you_mean, #validate!, #validate_attribute!
Instance Attribute Details
#accounting_code ⇒ String
11 |
# File 'lib/recurly/requests/shipping_method_update.rb', line 11 define_attribute :accounting_code, String |
#code ⇒ String
15 |
# File 'lib/recurly/requests/shipping_method_update.rb', line 15 define_attribute :code, String |
#liability_gl_account_id ⇒ String
19 |
# File 'lib/recurly/requests/shipping_method_update.rb', line 19 define_attribute :liability_gl_account_id, String |
#name ⇒ String
23 |
# File 'lib/recurly/requests/shipping_method_update.rb', line 23 define_attribute :name, String |
#performance_obligation_id ⇒ String
27 |
# File 'lib/recurly/requests/shipping_method_update.rb', line 27 define_attribute :performance_obligation_id, String |
#revenue_gl_account_id ⇒ String
31 |
# File 'lib/recurly/requests/shipping_method_update.rb', line 31 define_attribute :revenue_gl_account_id, String |
#tax_code ⇒ String
35 |
# File 'lib/recurly/requests/shipping_method_update.rb', line 35 define_attribute :tax_code, String |