Class: Peddler::APIs::ExternalFulfillmentShipments20240911::Tax

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#chargePeddler::APIs::ExternalFulfillmentShipments20240911::ChargeBreakup (readonly)

Returns the value of attribute charge.



898
899
900
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 898

def charge
  @charge
end

#rateString? (readonly)

Returns the value of attribute rate.

Returns:

  • (String, nil)


899
900
901
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 899

def rate
  @rate
end

#typeString? (readonly)

Returns the value of attribute type.

Returns:

  • (String, nil)


900
901
902
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 900

def type
  @type
end

Class Method Details

.[](charge:, rate:, type:) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::Tax .[](arg0, arg1, arg2) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::Tax



891
892
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 891

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 ]

Returns:

  • ([ :charge, :rate, :type ])


894
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 894

def self.members: () -> [ :charge, :rate, :type ]

.new(charge:, rate:, type:) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::Tax .new(arg0, arg1, arg2) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::Tax



889
890
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 889

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

.parsePeddler::APIs::ExternalFulfillmentShipments20240911::Tax

Parameters:

  • (Hash[String | Symbol, untyped])
  • (Object)

Returns:



896
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 896

def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ExternalFulfillmentShipments20240911::Tax

Instance Method Details

#members[ :charge, :rate, :type ]

Returns:

  • ([ :charge, :rate, :type ])


902
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 902

def members: () -> [ :charge, :rate, :type ]

#to_h{ charge: Peddler::APIs::ExternalFulfillmentShipments20240911::ChargeBreakup, rate: String?, type: String? }

Returns:



903
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 903

def to_h: () -> { charge: Peddler::APIs::ExternalFulfillmentShipments20240911::ChargeBreakup, rate: String?, type: String? }