Class: Peddler::APIs::ExternalFulfillmentShipments20240911::Tax
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ExternalFulfillmentShipments20240911::Tax
- Defined in:
- sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs
Instance Attribute Summary collapse
-
#charge ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::ChargeBreakup
readonly
Returns the value of attribute charge.
-
#rate ⇒ String?
readonly
Returns the value of attribute rate.
-
#type ⇒ String?
readonly
Returns the value of attribute type.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :charge, :rate, :type ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::Tax
Instance Method Summary collapse
-
#members ⇒ [ :charge, :rate, :type ]
-
#to_h ⇒ { charge: Peddler::APIs::ExternalFulfillmentShipments20240911::ChargeBreakup, rate: String?, type: String? }
Instance Attribute Details
#charge ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::ChargeBreakup (readonly)
Returns the value of attribute charge.
955 956 957 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 955 def charge @charge end |
#rate ⇒ String? (readonly)
Returns the value of attribute rate.
956 957 958 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 956 def rate @rate end |
#type ⇒ String? (readonly)
Returns the value of attribute type.
957 958 959 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 957 def type @type end |
Class Method Details
.[](charge:, rate:, type:) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::Tax .[](arg0, arg1, arg2) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::Tax
948 949 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 948
def self.[]: (charge: Peddler::APIs::ExternalFulfillmentShipments20240911::ChargeBreakup, ?rate: String?, ?type: String?) -> Peddler::APIs::ExternalFulfillmentShipments20240911::Tax
| (Peddler::APIs::ExternalFulfillmentShipments20240911::ChargeBreakup, String?, String?) -> Peddler::APIs::ExternalFulfillmentShipments20240911::Tax
|
.members ⇒ [ :charge, :rate, :type ]
951 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 951
def self.members: () -> [ :charge, :rate, :type ]
|
.new(charge:, rate:, type:) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::Tax .new(arg0, arg1, arg2) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::Tax
946 947 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 946
def self.new: (charge: Peddler::APIs::ExternalFulfillmentShipments20240911::ChargeBreakup, ?rate: String?, ?type: String?) -> Peddler::APIs::ExternalFulfillmentShipments20240911::Tax
| (Peddler::APIs::ExternalFulfillmentShipments20240911::ChargeBreakup, String?, String?) -> Peddler::APIs::ExternalFulfillmentShipments20240911::Tax
|
.parse ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::Tax
953 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 953
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ExternalFulfillmentShipments20240911::Tax
|
Instance Method Details
#members ⇒ [ :charge, :rate, :type ]
959 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 959
def members: () -> [ :charge, :rate, :type ]
|
#to_h ⇒ { charge: Peddler::APIs::ExternalFulfillmentShipments20240911::ChargeBreakup, rate: String?, type: String? }
960 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 960
def to_h: () -> { charge: Peddler::APIs::ExternalFulfillmentShipments20240911::ChargeBreakup, rate: String?, type: String? }
|