Class: Workarea::GlobalE::VatCategory
- Inherits:
-
Object
- Object
- Workarea::GlobalE::VatCategory
- Defined in:
- app/services/workarea/global_e/vat_category.rb
Instance Method Summary collapse
-
#name ⇒ String
VAT Category name.
-
#vat_category_code ⇒ String
Code used to identify the VAT category on the Merchant’s site (to be mapped on Global-e side).
Instance Method Details
#name ⇒ String
VAT Category name
16 17 |
# File 'app/services/workarea/global_e/vat_category.rb', line 16 def name end |
#vat_category_code ⇒ String
Code used to identify the VAT category on the Merchant’s site (to be mapped on Global-e side)
9 10 |
# File 'app/services/workarea/global_e/vat_category.rb', line 9 def vat_category_code end |