Class: Peddler::APIs::VendorDirectFulfillmentPaymentsV1::SubmitInvoiceResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::VendorDirectFulfillmentPaymentsV1::SubmitInvoiceResponse
- Defined in:
- sig/peddler/apis/vendor_direct_fulfillment_payments_v1.rbs
Instance Attribute Summary collapse
-
#errors ⇒ Array[Peddler::APIs::VendorDirectFulfillmentPaymentsV1::Error]?
readonly
Returns the value of attribute errors.
-
#payload ⇒ Peddler::APIs::VendorDirectFulfillmentPaymentsV1::TransactionReference?
readonly
Returns the value of attribute payload.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :errors, :payload ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::VendorDirectFulfillmentPaymentsV1::SubmitInvoiceResponse
Instance Method Summary collapse
-
#members ⇒ [ :errors, :payload ]
-
#to_h ⇒ { errors: Array[Peddler::APIs::VendorDirectFulfillmentPaymentsV1::Error]?, payload: Peddler::APIs::VendorDirectFulfillmentPaymentsV1::TransactionReference? }
Instance Attribute Details
#errors ⇒ Array[Peddler::APIs::VendorDirectFulfillmentPaymentsV1::Error]? (readonly)
Returns the value of attribute errors.
202 203 204 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_payments_v1.rbs', line 202 def errors @errors end |
#payload ⇒ Peddler::APIs::VendorDirectFulfillmentPaymentsV1::TransactionReference? (readonly)
Returns the value of attribute payload.
203 204 205 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_payments_v1.rbs', line 203 def payload @payload end |
Class Method Details
.[](errors:, payload:) ⇒ Peddler::APIs::VendorDirectFulfillmentPaymentsV1::SubmitInvoiceResponse .[](arg0, arg1) ⇒ Peddler::APIs::VendorDirectFulfillmentPaymentsV1::SubmitInvoiceResponse
195 196 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_payments_v1.rbs', line 195
def self.[]: (?errors: Array[Peddler::APIs::VendorDirectFulfillmentPaymentsV1::Error]?, ?payload: Peddler::APIs::VendorDirectFulfillmentPaymentsV1::TransactionReference?) -> Peddler::APIs::VendorDirectFulfillmentPaymentsV1::SubmitInvoiceResponse
| (Array[Peddler::APIs::VendorDirectFulfillmentPaymentsV1::Error]?, Peddler::APIs::VendorDirectFulfillmentPaymentsV1::TransactionReference?) -> Peddler::APIs::VendorDirectFulfillmentPaymentsV1::SubmitInvoiceResponse
|
.members ⇒ [ :errors, :payload ]
198 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_payments_v1.rbs', line 198
def self.members: () -> [ :errors, :payload ]
|
.new(errors:, payload:) ⇒ Peddler::APIs::VendorDirectFulfillmentPaymentsV1::SubmitInvoiceResponse .new(arg0, arg1) ⇒ Peddler::APIs::VendorDirectFulfillmentPaymentsV1::SubmitInvoiceResponse
193 194 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_payments_v1.rbs', line 193
def self.new: (?errors: Array[Peddler::APIs::VendorDirectFulfillmentPaymentsV1::Error]?, ?payload: Peddler::APIs::VendorDirectFulfillmentPaymentsV1::TransactionReference?) -> Peddler::APIs::VendorDirectFulfillmentPaymentsV1::SubmitInvoiceResponse
| (Array[Peddler::APIs::VendorDirectFulfillmentPaymentsV1::Error]?, Peddler::APIs::VendorDirectFulfillmentPaymentsV1::TransactionReference?) -> Peddler::APIs::VendorDirectFulfillmentPaymentsV1::SubmitInvoiceResponse
|
.parse ⇒ Peddler::APIs::VendorDirectFulfillmentPaymentsV1::SubmitInvoiceResponse
200 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_payments_v1.rbs', line 200
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::VendorDirectFulfillmentPaymentsV1::SubmitInvoiceResponse
|
Instance Method Details
#members ⇒ [ :errors, :payload ]
205 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_payments_v1.rbs', line 205
def members: () -> [ :errors, :payload ]
|
#to_h ⇒ { errors: Array[Peddler::APIs::VendorDirectFulfillmentPaymentsV1::Error]?, payload: Peddler::APIs::VendorDirectFulfillmentPaymentsV1::TransactionReference? }
206 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_payments_v1.rbs', line 206
def to_h: () -> { errors: Array[Peddler::APIs::VendorDirectFulfillmentPaymentsV1::Error]?, payload: Peddler::APIs::VendorDirectFulfillmentPaymentsV1::TransactionReference? }
|