Class: Peddler::APIs::FulfillmentInbound20240320::TaxRate
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentInbound20240320::TaxRate
- Defined in:
- sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs
Instance Attribute Summary collapse
-
#cess_rate ⇒ Float?
readonly
Returns the value of attribute cess_rate.
-
#gst_rate ⇒ Float?
readonly
Returns the value of attribute gst_rate.
-
#tax_type ⇒ String?
readonly
Returns the value of attribute tax_type.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :cess_rate, :gst_rate, :tax_type ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::TaxRate
Instance Method Summary collapse
-
#members ⇒ [ :cess_rate, :gst_rate, :tax_type ]
-
#to_h ⇒ { cess_rate: Float?, gst_rate: Float?, tax_type: String? }
Instance Attribute Details
#cess_rate ⇒ Float? (readonly)
Returns the value of attribute cess_rate.
1950 1951 1952 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1950 def cess_rate @cess_rate end |
#gst_rate ⇒ Float? (readonly)
Returns the value of attribute gst_rate.
1951 1952 1953 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1951 def gst_rate @gst_rate end |
#tax_type ⇒ String? (readonly)
Returns the value of attribute tax_type.
1952 1953 1954 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1952 def tax_type @tax_type end |
Class Method Details
.[](cess_rate:, gst_rate:, tax_type:) ⇒ Peddler::APIs::FulfillmentInbound20240320::TaxRate .[](arg0, arg1, arg2) ⇒ Peddler::APIs::FulfillmentInbound20240320::TaxRate
1943 1944 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1943
def self.[]: (?cess_rate: Float?, ?gst_rate: Float?, ?tax_type: String?) -> Peddler::APIs::FulfillmentInbound20240320::TaxRate
| (Float?, Float?, String?) -> Peddler::APIs::FulfillmentInbound20240320::TaxRate
|
.members ⇒ [ :cess_rate, :gst_rate, :tax_type ]
1946 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1946
def self.members: () -> [ :cess_rate, :gst_rate, :tax_type ]
|
.new(cess_rate:, gst_rate:, tax_type:) ⇒ Peddler::APIs::FulfillmentInbound20240320::TaxRate .new(arg0, arg1, arg2) ⇒ Peddler::APIs::FulfillmentInbound20240320::TaxRate
1941 1942 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1941
def self.new: (?cess_rate: Float?, ?gst_rate: Float?, ?tax_type: String?) -> Peddler::APIs::FulfillmentInbound20240320::TaxRate
| (Float?, Float?, String?) -> Peddler::APIs::FulfillmentInbound20240320::TaxRate
|
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::TaxRate
1948 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1948
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentInbound20240320::TaxRate
|
Instance Method Details
#members ⇒ [ :cess_rate, :gst_rate, :tax_type ]
1954 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1954
def members: () -> [ :cess_rate, :gst_rate, :tax_type ]
|
#to_h ⇒ { cess_rate: Float?, gst_rate: Float?, tax_type: String? }
1955 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1955
def to_h: () -> { cess_rate: Float?, gst_rate: Float?, tax_type: String? }
|