Class: Peddler::APIs::VendorDirectFulfillmentShippingV1::CustomerInvoiceList

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#customer_invoicesArray[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

#paginationPeddler::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 ]

Returns:

  • ([ :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

.parsePeddler::APIs::VendorDirectFulfillmentShippingV1::CustomerInvoiceList

Parameters:

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

Returns:



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 ]

Returns:

  • ([ :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? }