Class: Peddler::APIs::MerchantFulfillmentV0::RejectedShippingService

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#carrier_nameString (readonly)

Returns the value of attribute carrier_name.

Returns:

  • (String)


698
699
700
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 698

def carrier_name
  @carrier_name
end

#rejection_reason_codeString (readonly)

Returns the value of attribute rejection_reason_code.

Returns:

  • (String)


699
700
701
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 699

def rejection_reason_code
  @rejection_reason_code
end

#rejection_reason_messageString? (readonly)

Returns the value of attribute rejection_reason_message.

Returns:

  • (String, nil)


700
701
702
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 700

def rejection_reason_message
  @rejection_reason_message
end

#shipping_service_idString (readonly)

Returns the value of attribute shipping_service_id.

Returns:

  • (String)


701
702
703
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 701

def shipping_service_id
  @shipping_service_id
end

#shipping_service_nameString (readonly)

Returns the value of attribute shipping_service_name.

Returns:

  • (String)


702
703
704
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 702

def shipping_service_name
  @shipping_service_name
end

Class Method Details

.[](carrier_name:, rejection_reason_code:, shipping_service_id:, shipping_service_name:, rejection_reason_message:) ⇒ Peddler::APIs::MerchantFulfillmentV0::RejectedShippingService .[](arg0, arg1, arg2, arg3, arg4) ⇒ Peddler::APIs::MerchantFulfillmentV0::RejectedShippingService

Overloads:



691
692
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 691

def self.[]: (carrier_name: String, rejection_reason_code: String, shipping_service_id: String, shipping_service_name: String, ?rejection_reason_message: String?) -> Peddler::APIs::MerchantFulfillmentV0::RejectedShippingService
| (String, String, String, String, String?) -> Peddler::APIs::MerchantFulfillmentV0::RejectedShippingService

.members[ :carrier_name, :rejection_reason_code, :shipping_service_id, :shipping_service_name, :rejection_reason_message ]

Returns:

  • ([ :carrier_name, :rejection_reason_code, :shipping_service_id, :shipping_service_name, :rejection_reason_message ])


694
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 694

def self.members: () -> [ :carrier_name, :rejection_reason_code, :shipping_service_id, :shipping_service_name, :rejection_reason_message ]

.new(carrier_name:, rejection_reason_code:, shipping_service_id:, shipping_service_name:, rejection_reason_message:) ⇒ Peddler::APIs::MerchantFulfillmentV0::RejectedShippingService .new(arg0, arg1, arg2, arg3, arg4) ⇒ Peddler::APIs::MerchantFulfillmentV0::RejectedShippingService

Overloads:



689
690
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 689

def self.new: (carrier_name: String, rejection_reason_code: String, shipping_service_id: String, shipping_service_name: String, ?rejection_reason_message: String?) -> Peddler::APIs::MerchantFulfillmentV0::RejectedShippingService
| (String, String, String, String, String?) -> Peddler::APIs::MerchantFulfillmentV0::RejectedShippingService

.parsePeddler::APIs::MerchantFulfillmentV0::RejectedShippingService

Parameters:

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

Returns:



696
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 696

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

Instance Method Details

#members[ :carrier_name, :rejection_reason_code, :shipping_service_id, :shipping_service_name, :rejection_reason_message ]

Returns:

  • ([ :carrier_name, :rejection_reason_code, :shipping_service_id, :shipping_service_name, :rejection_reason_message ])


704
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 704

def members: () -> [ :carrier_name, :rejection_reason_code, :shipping_service_id, :shipping_service_name, :rejection_reason_message ]

#to_h{ carrier_name: String, rejection_reason_code: String, shipping_service_id: String, shipping_service_name: String, rejection_reason_message: String? }

Returns:

  • ({ carrier_name: String, rejection_reason_code: String, shipping_service_id: String, shipping_service_name: String, rejection_reason_message: String? })


705
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 705

def to_h: () -> { carrier_name: String, rejection_reason_code: String, shipping_service_id: String, shipping_service_name: String, rejection_reason_message: String? }