Class: Peddler::APIs::MerchantFulfillmentV0::GetAdditionalSellerInputsResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::MerchantFulfillmentV0::GetAdditionalSellerInputsResponse
- Defined in:
- sig/peddler/apis/merchant_fulfillment_v0.rbs
Instance Attribute Summary collapse
-
#errors ⇒ Array[Peddler::APIs::MerchantFulfillmentV0::Error]?
readonly
Returns the value of attribute errors.
-
#payload ⇒ Peddler::APIs::MerchantFulfillmentV0::GetAdditionalSellerInputsResult?
readonly
Returns the value of attribute payload.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :errors, :payload ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::MerchantFulfillmentV0::GetAdditionalSellerInputsResponse
Instance Method Summary collapse
-
#members ⇒ [ :errors, :payload ]
-
#to_h ⇒ { errors: Array[Peddler::APIs::MerchantFulfillmentV0::Error]?, payload: Peddler::APIs::MerchantFulfillmentV0::GetAdditionalSellerInputsResult? }
Instance Attribute Details
#errors ⇒ Array[Peddler::APIs::MerchantFulfillmentV0::Error]? (readonly)
Returns the value of attribute errors.
373 374 375 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 373 def errors @errors end |
#payload ⇒ Peddler::APIs::MerchantFulfillmentV0::GetAdditionalSellerInputsResult? (readonly)
Returns the value of attribute payload.
374 375 376 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 374 def payload @payload end |
Class Method Details
.[](errors:, payload:) ⇒ Peddler::APIs::MerchantFulfillmentV0::GetAdditionalSellerInputsResponse .[](arg0, arg1) ⇒ Peddler::APIs::MerchantFulfillmentV0::GetAdditionalSellerInputsResponse
366 367 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 366
def self.[]: (?errors: Array[Peddler::APIs::MerchantFulfillmentV0::Error]?, ?payload: Peddler::APIs::MerchantFulfillmentV0::GetAdditionalSellerInputsResult?) -> Peddler::APIs::MerchantFulfillmentV0::GetAdditionalSellerInputsResponse
| (Array[Peddler::APIs::MerchantFulfillmentV0::Error]?, Peddler::APIs::MerchantFulfillmentV0::GetAdditionalSellerInputsResult?) -> Peddler::APIs::MerchantFulfillmentV0::GetAdditionalSellerInputsResponse
|
.members ⇒ [ :errors, :payload ]
369 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 369
def self.members: () -> [ :errors, :payload ]
|
.new(errors:, payload:) ⇒ Peddler::APIs::MerchantFulfillmentV0::GetAdditionalSellerInputsResponse .new(arg0, arg1) ⇒ Peddler::APIs::MerchantFulfillmentV0::GetAdditionalSellerInputsResponse
364 365 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 364
def self.new: (?errors: Array[Peddler::APIs::MerchantFulfillmentV0::Error]?, ?payload: Peddler::APIs::MerchantFulfillmentV0::GetAdditionalSellerInputsResult?) -> Peddler::APIs::MerchantFulfillmentV0::GetAdditionalSellerInputsResponse
| (Array[Peddler::APIs::MerchantFulfillmentV0::Error]?, Peddler::APIs::MerchantFulfillmentV0::GetAdditionalSellerInputsResult?) -> Peddler::APIs::MerchantFulfillmentV0::GetAdditionalSellerInputsResponse
|
.parse ⇒ Peddler::APIs::MerchantFulfillmentV0::GetAdditionalSellerInputsResponse
371 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 371
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::MerchantFulfillmentV0::GetAdditionalSellerInputsResponse
|
Instance Method Details
#members ⇒ [ :errors, :payload ]
376 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 376
def members: () -> [ :errors, :payload ]
|
#to_h ⇒ { errors: Array[Peddler::APIs::MerchantFulfillmentV0::Error]?, payload: Peddler::APIs::MerchantFulfillmentV0::GetAdditionalSellerInputsResult? }
377 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 377
def to_h: () -> { errors: Array[Peddler::APIs::MerchantFulfillmentV0::Error]?, payload: Peddler::APIs::MerchantFulfillmentV0::GetAdditionalSellerInputsResult? }
|