Class: Peddler::APIs::VendorDirectFulfillmentPaymentsV1::TaxDetail
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::VendorDirectFulfillmentPaymentsV1::TaxDetail
- Defined in:
- sig/peddler/apis/vendor_direct_fulfillment_payments_v1.rbs
Instance Attribute Summary collapse
-
#tax_amount ⇒ Peddler::Money
readonly
Returns the value of attribute tax_amount.
-
#tax_rate ⇒ String?
readonly
Returns the value of attribute tax_rate.
-
#tax_type ⇒ String
readonly
Returns the value of attribute tax_type.
-
#taxable_amount ⇒ Peddler::Money?
readonly
Returns the value of attribute taxable_amount.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :tax_amount, :tax_type, :tax_rate, :taxable_amount ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::VendorDirectFulfillmentPaymentsV1::TaxDetail
Instance Method Summary collapse
-
#members ⇒ [ :tax_amount, :tax_type, :tax_rate, :taxable_amount ]
-
#to_h ⇒ { tax_amount: Peddler::Money, tax_type: String, tax_rate: String?, taxable_amount: Peddler::Money? }
Instance Attribute Details
#tax_amount ⇒ Peddler::Money (readonly)
Returns the value of attribute tax_amount.
219 220 221 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_payments_v1.rbs', line 219 def tax_amount @tax_amount end |
#tax_rate ⇒ String? (readonly)
Returns the value of attribute tax_rate.
220 221 222 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_payments_v1.rbs', line 220 def tax_rate @tax_rate end |
#tax_type ⇒ String (readonly)
Returns the value of attribute tax_type.
221 222 223 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_payments_v1.rbs', line 221 def tax_type @tax_type end |
#taxable_amount ⇒ Peddler::Money? (readonly)
Returns the value of attribute taxable_amount.
222 223 224 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_payments_v1.rbs', line 222 def taxable_amount @taxable_amount end |
Class Method Details
.[](tax_amount:, tax_type:, tax_rate:, taxable_amount:) ⇒ Peddler::APIs::VendorDirectFulfillmentPaymentsV1::TaxDetail .[](arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::VendorDirectFulfillmentPaymentsV1::TaxDetail
212 213 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_payments_v1.rbs', line 212
def self.[]: (tax_amount: Peddler::Money, tax_type: String, ?tax_rate: String?, ?taxable_amount: Peddler::Money?) -> Peddler::APIs::VendorDirectFulfillmentPaymentsV1::TaxDetail
| (Peddler::Money, String, String?, Peddler::Money?) -> Peddler::APIs::VendorDirectFulfillmentPaymentsV1::TaxDetail
|
.members ⇒ [ :tax_amount, :tax_type, :tax_rate, :taxable_amount ]
215 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_payments_v1.rbs', line 215
def self.members: () -> [ :tax_amount, :tax_type, :tax_rate, :taxable_amount ]
|
.new(tax_amount:, tax_type:, tax_rate:, taxable_amount:) ⇒ Peddler::APIs::VendorDirectFulfillmentPaymentsV1::TaxDetail .new(arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::VendorDirectFulfillmentPaymentsV1::TaxDetail
210 211 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_payments_v1.rbs', line 210
def self.new: (tax_amount: Peddler::Money, tax_type: String, ?tax_rate: String?, ?taxable_amount: Peddler::Money?) -> Peddler::APIs::VendorDirectFulfillmentPaymentsV1::TaxDetail
| (Peddler::Money, String, String?, Peddler::Money?) -> Peddler::APIs::VendorDirectFulfillmentPaymentsV1::TaxDetail
|
.parse ⇒ Peddler::APIs::VendorDirectFulfillmentPaymentsV1::TaxDetail
217 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_payments_v1.rbs', line 217
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::VendorDirectFulfillmentPaymentsV1::TaxDetail
|
Instance Method Details
#members ⇒ [ :tax_amount, :tax_type, :tax_rate, :taxable_amount ]
224 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_payments_v1.rbs', line 224
def members: () -> [ :tax_amount, :tax_type, :tax_rate, :taxable_amount ]
|
#to_h ⇒ { tax_amount: Peddler::Money, tax_type: String, tax_rate: String?, taxable_amount: Peddler::Money? }
225 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_payments_v1.rbs', line 225
def to_h: () -> { tax_amount: Peddler::Money, tax_type: String, tax_rate: String?, taxable_amount: Peddler::Money? }
|