Class: Peddler::APIs::VendorDirectFulfillmentShipping20211228::CustomerInvoiceList

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#customer_invoicesArray[Peddler::APIs::VendorDirectFulfillmentShipping20211228::CustomerInvoice]? (readonly)

Returns the value of attribute customer_invoices.



156
157
158
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 156

def customer_invoices
  @customer_invoices
end

#paginationPeddler::APIs::VendorDirectFulfillmentShipping20211228::Pagination? (readonly)

Returns the value of attribute pagination.



157
158
159
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 157

def pagination
  @pagination
end

Class Method Details

.[](customer_invoices:, pagination:) ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::CustomerInvoiceList .[](arg0, arg1) ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::CustomerInvoiceList



149
150
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 149

def self.[]: (?customer_invoices: Array[Peddler::APIs::VendorDirectFulfillmentShipping20211228::CustomerInvoice]?, ?pagination: Peddler::APIs::VendorDirectFulfillmentShipping20211228::Pagination?) -> Peddler::APIs::VendorDirectFulfillmentShipping20211228::CustomerInvoiceList
| (Array[Peddler::APIs::VendorDirectFulfillmentShipping20211228::CustomerInvoice]?, Peddler::APIs::VendorDirectFulfillmentShipping20211228::Pagination?) -> Peddler::APIs::VendorDirectFulfillmentShipping20211228::CustomerInvoiceList

.members[ :customer_invoices, :pagination ]

Returns:

  • ([ :customer_invoices, :pagination ])


152
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 152

def self.members: () -> [ :customer_invoices, :pagination ]

.new(customer_invoices:, pagination:) ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::CustomerInvoiceList .new(arg0, arg1) ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::CustomerInvoiceList



147
148
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 147

def self.new: (?customer_invoices: Array[Peddler::APIs::VendorDirectFulfillmentShipping20211228::CustomerInvoice]?, ?pagination: Peddler::APIs::VendorDirectFulfillmentShipping20211228::Pagination?) -> Peddler::APIs::VendorDirectFulfillmentShipping20211228::CustomerInvoiceList
| (Array[Peddler::APIs::VendorDirectFulfillmentShipping20211228::CustomerInvoice]?, Peddler::APIs::VendorDirectFulfillmentShipping20211228::Pagination?) -> Peddler::APIs::VendorDirectFulfillmentShipping20211228::CustomerInvoiceList

.parsePeddler::APIs::VendorDirectFulfillmentShipping20211228::CustomerInvoiceList

Parameters:

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

Returns:



154
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 154

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

Instance Method Details

#members[ :customer_invoices, :pagination ]

Returns:

  • ([ :customer_invoices, :pagination ])


159
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 159

def members: () -> [ :customer_invoices, :pagination ]

#to_h{ customer_invoices: Array[Peddler::APIs::VendorDirectFulfillmentShipping20211228::CustomerInvoice]?, pagination: Peddler::APIs::VendorDirectFulfillmentShipping20211228::Pagination? }



160
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 160

def to_h: () -> { customer_invoices: Array[Peddler::APIs::VendorDirectFulfillmentShipping20211228::CustomerInvoice]?, pagination: Peddler::APIs::VendorDirectFulfillmentShipping20211228::Pagination? }