Class: Recurly::Requests::ShippingMethodCreate
- Inherits:
-
Recurly::Request
- Object
- Recurly::Request
- Recurly::Requests::ShippingMethodCreate
- Defined in:
- lib/recurly/requests/shipping_method_create.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
Returns Accounting code for shipping method.
11 |
# File 'lib/recurly/requests/shipping_method_create.rb', line 11 define_attribute :accounting_code, String |
#code ⇒ String
Returns The internal name used identify the shipping method.
15 |
# File 'lib/recurly/requests/shipping_method_create.rb', line 15 define_attribute :code, String |
#liability_gl_account_id ⇒ String
Returns The ID of a general ledger account. General ledger accounts are only accessible as a part of the Recurly RevRec Standard and Recurly RevRec Advanced features.
19 |
# File 'lib/recurly/requests/shipping_method_create.rb', line 19 define_attribute :liability_gl_account_id, String |
#name ⇒ String
Returns The name of the shipping method displayed to customers.
23 |
# File 'lib/recurly/requests/shipping_method_create.rb', line 23 define_attribute :name, String |
#performance_obligation_id ⇒ String
Returns The ID of a performance obligation. Performance obligations are only accessible as a part of the Recurly RevRec Standard and Recurly RevRec Advanced features.
27 |
# File 'lib/recurly/requests/shipping_method_create.rb', line 27 define_attribute :performance_obligation_id, String |
#revenue_gl_account_id ⇒ String
Returns The ID of a general ledger account. General ledger accounts are only accessible as a part of the Recurly RevRec Standard and Recurly RevRec Advanced features.
31 |
# File 'lib/recurly/requests/shipping_method_create.rb', line 31 define_attribute :revenue_gl_account_id, String |
#tax_code ⇒ String
Returns Used by Avalara, Vertex, and Recurly’s built-in tax feature. The tax code values are specific to each tax system. If you are using Recurly’s built-in taxes the values are: - `FR` – Common Carrier FOB Destination - `FR022000` – Common Carrier FOB Origin - `FR020400` – Non Common Carrier FOB Destination - `FR020500` – Non Common Carrier FOB Origin - `FR010100` – Delivery by Company Vehicle Before Passage of Title - `FR010200` – Delivery by Company Vehicle After Passage of Title - `NT` – Non-Taxable.
35 |
# File 'lib/recurly/requests/shipping_method_create.rb', line 35 define_attribute :tax_code, String |