Class: Peddler::APIs::VendorDirectFulfillmentShippingV1::CustomerInvoiceList
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::VendorDirectFulfillmentShippingV1::CustomerInvoiceList
- Defined in:
- sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs
Instance Attribute Summary collapse
-
#customer_invoices ⇒ Array[Peddler::APIs::VendorDirectFulfillmentShippingV1::CustomerInvoice]?
readonly
Returns the value of attribute customer_invoices.
-
#pagination ⇒ Peddler::APIs::VendorDirectFulfillmentShippingV1::Pagination?
readonly
Returns the value of attribute pagination.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :customer_invoices, :pagination ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::VendorDirectFulfillmentShippingV1::CustomerInvoiceList
Instance Method Summary collapse
-
#members ⇒ [ :customer_invoices, :pagination ]
-
#to_h ⇒ { customer_invoices: Array[Peddler::APIs::VendorDirectFulfillmentShippingV1::CustomerInvoice]?, pagination: Peddler::APIs::VendorDirectFulfillmentShippingV1::Pagination? }
Instance Attribute Details
#customer_invoices ⇒ Array[Peddler::APIs::VendorDirectFulfillmentShippingV1::CustomerInvoice]? (readonly)
Returns the value of attribute customer_invoices.
84 85 86 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs', line 84 def customer_invoices @customer_invoices end |
#pagination ⇒ Peddler::APIs::VendorDirectFulfillmentShippingV1::Pagination? (readonly)
Returns the value of attribute pagination.
85 86 87 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs', line 85 def pagination @pagination end |
Class Method Details
.[](customer_invoices:, pagination:) ⇒ Peddler::APIs::VendorDirectFulfillmentShippingV1::CustomerInvoiceList .[](arg0, arg1) ⇒ Peddler::APIs::VendorDirectFulfillmentShippingV1::CustomerInvoiceList
77 78 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs', line 77
def self.[]: (?customer_invoices: Array[Peddler::APIs::VendorDirectFulfillmentShippingV1::CustomerInvoice]?, ?pagination: Peddler::APIs::VendorDirectFulfillmentShippingV1::Pagination?) -> Peddler::APIs::VendorDirectFulfillmentShippingV1::CustomerInvoiceList
| (Array[Peddler::APIs::VendorDirectFulfillmentShippingV1::CustomerInvoice]?, Peddler::APIs::VendorDirectFulfillmentShippingV1::Pagination?) -> Peddler::APIs::VendorDirectFulfillmentShippingV1::CustomerInvoiceList
|
.members ⇒ [ :customer_invoices, :pagination ]
80 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs', line 80
def self.members: () -> [ :customer_invoices, :pagination ]
|
.new(customer_invoices:, pagination:) ⇒ Peddler::APIs::VendorDirectFulfillmentShippingV1::CustomerInvoiceList .new(arg0, arg1) ⇒ Peddler::APIs::VendorDirectFulfillmentShippingV1::CustomerInvoiceList
75 76 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs', line 75
def self.new: (?customer_invoices: Array[Peddler::APIs::VendorDirectFulfillmentShippingV1::CustomerInvoice]?, ?pagination: Peddler::APIs::VendorDirectFulfillmentShippingV1::Pagination?) -> Peddler::APIs::VendorDirectFulfillmentShippingV1::CustomerInvoiceList
| (Array[Peddler::APIs::VendorDirectFulfillmentShippingV1::CustomerInvoice]?, Peddler::APIs::VendorDirectFulfillmentShippingV1::Pagination?) -> Peddler::APIs::VendorDirectFulfillmentShippingV1::CustomerInvoiceList
|
.parse ⇒ Peddler::APIs::VendorDirectFulfillmentShippingV1::CustomerInvoiceList
82 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs', line 82
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::VendorDirectFulfillmentShippingV1::CustomerInvoiceList
|
Instance Method Details
#members ⇒ [ :customer_invoices, :pagination ]
87 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs', line 87
def members: () -> [ :customer_invoices, :pagination ]
|
#to_h ⇒ { customer_invoices: Array[Peddler::APIs::VendorDirectFulfillmentShippingV1::CustomerInvoice]?, pagination: Peddler::APIs::VendorDirectFulfillmentShippingV1::Pagination? }
88 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs', line 88
def to_h: () -> { customer_invoices: Array[Peddler::APIs::VendorDirectFulfillmentShippingV1::CustomerInvoice]?, pagination: Peddler::APIs::VendorDirectFulfillmentShippingV1::Pagination? }
|