Class: Peddler::APIs::VendorDirectFulfillmentShippingV1::CustomerInvoice
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::VendorDirectFulfillmentShippingV1::CustomerInvoice
- Defined in:
- sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs
Instance Attribute Summary collapse
-
#content ⇒ String
readonly
Returns the value of attribute content.
-
#purchase_order_number ⇒ String
readonly
Returns the value of attribute purchase_order_number.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :content, :purchase_order_number ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::VendorDirectFulfillmentShippingV1::CustomerInvoice
Instance Method Summary collapse
-
#members ⇒ [ :content, :purchase_order_number ]
-
#to_h ⇒ { content: String, purchase_order_number: String }
Instance Attribute Details
#content ⇒ String (readonly)
Returns the value of attribute content.
67 68 69 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs', line 67 def content @content end |
#purchase_order_number ⇒ String (readonly)
Returns the value of attribute purchase_order_number.
68 69 70 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs', line 68 def purchase_order_number @purchase_order_number end |
Class Method Details
.[](content:, purchase_order_number:) ⇒ Peddler::APIs::VendorDirectFulfillmentShippingV1::CustomerInvoice .[](arg0, arg1) ⇒ Peddler::APIs::VendorDirectFulfillmentShippingV1::CustomerInvoice
60 61 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs', line 60
def self.[]: (content: String, purchase_order_number: String) -> Peddler::APIs::VendorDirectFulfillmentShippingV1::CustomerInvoice
| (String, String) -> Peddler::APIs::VendorDirectFulfillmentShippingV1::CustomerInvoice
|
.members ⇒ [ :content, :purchase_order_number ]
63 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs', line 63
def self.members: () -> [ :content, :purchase_order_number ]
|
.new(content:, purchase_order_number:) ⇒ Peddler::APIs::VendorDirectFulfillmentShippingV1::CustomerInvoice .new(arg0, arg1) ⇒ Peddler::APIs::VendorDirectFulfillmentShippingV1::CustomerInvoice
58 59 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs', line 58
def self.new: (content: String, purchase_order_number: String) -> Peddler::APIs::VendorDirectFulfillmentShippingV1::CustomerInvoice
| (String, String) -> Peddler::APIs::VendorDirectFulfillmentShippingV1::CustomerInvoice
|
.parse ⇒ Peddler::APIs::VendorDirectFulfillmentShippingV1::CustomerInvoice
65 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs', line 65
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::VendorDirectFulfillmentShippingV1::CustomerInvoice
|
Instance Method Details
#members ⇒ [ :content, :purchase_order_number ]
70 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs', line 70
def members: () -> [ :content, :purchase_order_number ]
|
#to_h ⇒ { content: String, purchase_order_number: String }
71 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs', line 71
def to_h: () -> { content: String, purchase_order_number: String }
|