Class: Peddler::APIs::VendorDirectFulfillmentPaymentsV1::InvoiceItem
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::VendorDirectFulfillmentPaymentsV1::InvoiceItem
- Defined in:
- sig/peddler/apis/vendor_direct_fulfillment_payments_v1.rbs
Instance Attribute Summary collapse
-
#buyer_product_identifier ⇒ String?
readonly
Returns the value of attribute buyer_product_identifier.
-
#charge_details ⇒ Array[Peddler::APIs::VendorDirectFulfillmentPaymentsV1::ChargeDetails]?
readonly
Returns the value of attribute charge_details.
-
#hsn_code ⇒ String?
readonly
Returns the value of attribute hsn_code.
-
#invoiced_quantity ⇒ Peddler::APIs::VendorDirectFulfillmentPaymentsV1::ItemQuantity
readonly
Returns the value of attribute invoiced_quantity.
-
#item_sequence_number ⇒ String
readonly
Returns the value of attribute item_sequence_number.
-
#net_cost ⇒ Peddler::Money
readonly
Returns the value of attribute net_cost.
-
#purchase_order_number ⇒ String
readonly
Returns the value of attribute purchase_order_number.
-
#tax_details ⇒ Array[Peddler::APIs::VendorDirectFulfillmentPaymentsV1::TaxDetail]?
readonly
Returns the value of attribute tax_details.
-
#vendor_order_number ⇒ String?
readonly
Returns the value of attribute vendor_order_number.
-
#vendor_product_identifier ⇒ String?
readonly
Returns the value of attribute vendor_product_identifier.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :invoiced_quantity, :item_sequence_number, :net_cost, :purchase_order_number, :buyer_product_identifier, :charge_details, :hsn_code, :tax_details, :vendor_order_number, :vendor_product_identifier ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::VendorDirectFulfillmentPaymentsV1::InvoiceItem
Instance Method Summary collapse
-
#members ⇒ [ :invoiced_quantity, :item_sequence_number, :net_cost, :purchase_order_number, :buyer_product_identifier, :charge_details, :hsn_code, :tax_details, :vendor_order_number, :vendor_product_identifier ]
-
#to_h ⇒ { invoiced_quantity: Peddler::APIs::VendorDirectFulfillmentPaymentsV1::ItemQuantity, item_sequence_number: String, net_cost: Peddler::Money, purchase_order_number: String, buyer_product_identifier: String?, charge_details: Array[Peddler::APIs::VendorDirectFulfillmentPaymentsV1::ChargeDetails]?, hsn_code: String?, tax_details: Array[Peddler::APIs::VendorDirectFulfillmentPaymentsV1::TaxDetail]?, vendor_order_number: String?, vendor_product_identifier: String? }
Instance Attribute Details
#buyer_product_identifier ⇒ String? (readonly)
Returns the value of attribute buyer_product_identifier.
126 127 128 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_payments_v1.rbs', line 126 def buyer_product_identifier @buyer_product_identifier end |
#charge_details ⇒ Array[Peddler::APIs::VendorDirectFulfillmentPaymentsV1::ChargeDetails]? (readonly)
Returns the value of attribute charge_details.
127 128 129 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_payments_v1.rbs', line 127 def charge_details @charge_details end |
#hsn_code ⇒ String? (readonly)
Returns the value of attribute hsn_code.
128 129 130 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_payments_v1.rbs', line 128 def hsn_code @hsn_code end |
#invoiced_quantity ⇒ Peddler::APIs::VendorDirectFulfillmentPaymentsV1::ItemQuantity (readonly)
Returns the value of attribute invoiced_quantity.
129 130 131 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_payments_v1.rbs', line 129 def invoiced_quantity @invoiced_quantity end |
#item_sequence_number ⇒ String (readonly)
Returns the value of attribute item_sequence_number.
130 131 132 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_payments_v1.rbs', line 130 def item_sequence_number @item_sequence_number end |
#net_cost ⇒ Peddler::Money (readonly)
Returns the value of attribute net_cost.
131 132 133 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_payments_v1.rbs', line 131 def net_cost @net_cost end |
#purchase_order_number ⇒ String (readonly)
Returns the value of attribute purchase_order_number.
132 133 134 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_payments_v1.rbs', line 132 def purchase_order_number @purchase_order_number end |
#tax_details ⇒ Array[Peddler::APIs::VendorDirectFulfillmentPaymentsV1::TaxDetail]? (readonly)
Returns the value of attribute tax_details.
133 134 135 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_payments_v1.rbs', line 133 def tax_details @tax_details end |
#vendor_order_number ⇒ String? (readonly)
Returns the value of attribute vendor_order_number.
134 135 136 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_payments_v1.rbs', line 134 def vendor_order_number @vendor_order_number end |
#vendor_product_identifier ⇒ String? (readonly)
Returns the value of attribute vendor_product_identifier.
135 136 137 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_payments_v1.rbs', line 135 def vendor_product_identifier @vendor_product_identifier end |
Class Method Details
.[](invoiced_quantity:, item_sequence_number:, net_cost:, purchase_order_number:, buyer_product_identifier:, charge_details:, hsn_code:, tax_details:, vendor_order_number:, vendor_product_identifier:) ⇒ Peddler::APIs::VendorDirectFulfillmentPaymentsV1::InvoiceItem .[](arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) ⇒ Peddler::APIs::VendorDirectFulfillmentPaymentsV1::InvoiceItem
119 120 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_payments_v1.rbs', line 119
def self.[]: (invoiced_quantity: Peddler::APIs::VendorDirectFulfillmentPaymentsV1::ItemQuantity, item_sequence_number: String, net_cost: Peddler::Money, purchase_order_number: String, ?buyer_product_identifier: String?, ?charge_details: Array[Peddler::APIs::VendorDirectFulfillmentPaymentsV1::ChargeDetails]?, ?hsn_code: String?, ?tax_details: Array[Peddler::APIs::VendorDirectFulfillmentPaymentsV1::TaxDetail]?, ?vendor_order_number: String?, ?vendor_product_identifier: String?) -> Peddler::APIs::VendorDirectFulfillmentPaymentsV1::InvoiceItem
| (Peddler::APIs::VendorDirectFulfillmentPaymentsV1::ItemQuantity, String, Peddler::Money, String, String?, Array[Peddler::APIs::VendorDirectFulfillmentPaymentsV1::ChargeDetails]?, String?, Array[Peddler::APIs::VendorDirectFulfillmentPaymentsV1::TaxDetail]?, String?, String?) -> Peddler::APIs::VendorDirectFulfillmentPaymentsV1::InvoiceItem
|
.members ⇒ [ :invoiced_quantity, :item_sequence_number, :net_cost, :purchase_order_number, :buyer_product_identifier, :charge_details, :hsn_code, :tax_details, :vendor_order_number, :vendor_product_identifier ]
122 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_payments_v1.rbs', line 122
def self.members: () -> [ :invoiced_quantity, :item_sequence_number, :net_cost, :purchase_order_number, :buyer_product_identifier, :charge_details, :hsn_code, :tax_details, :vendor_order_number, :vendor_product_identifier ]
|
.new(invoiced_quantity:, item_sequence_number:, net_cost:, purchase_order_number:, buyer_product_identifier:, charge_details:, hsn_code:, tax_details:, vendor_order_number:, vendor_product_identifier:) ⇒ Peddler::APIs::VendorDirectFulfillmentPaymentsV1::InvoiceItem .new(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) ⇒ Peddler::APIs::VendorDirectFulfillmentPaymentsV1::InvoiceItem
117 118 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_payments_v1.rbs', line 117
def self.new: (invoiced_quantity: Peddler::APIs::VendorDirectFulfillmentPaymentsV1::ItemQuantity, item_sequence_number: String, net_cost: Peddler::Money, purchase_order_number: String, ?buyer_product_identifier: String?, ?charge_details: Array[Peddler::APIs::VendorDirectFulfillmentPaymentsV1::ChargeDetails]?, ?hsn_code: String?, ?tax_details: Array[Peddler::APIs::VendorDirectFulfillmentPaymentsV1::TaxDetail]?, ?vendor_order_number: String?, ?vendor_product_identifier: String?) -> Peddler::APIs::VendorDirectFulfillmentPaymentsV1::InvoiceItem
| (Peddler::APIs::VendorDirectFulfillmentPaymentsV1::ItemQuantity, String, Peddler::Money, String, String?, Array[Peddler::APIs::VendorDirectFulfillmentPaymentsV1::ChargeDetails]?, String?, Array[Peddler::APIs::VendorDirectFulfillmentPaymentsV1::TaxDetail]?, String?, String?) -> Peddler::APIs::VendorDirectFulfillmentPaymentsV1::InvoiceItem
|
.parse ⇒ Peddler::APIs::VendorDirectFulfillmentPaymentsV1::InvoiceItem
124 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_payments_v1.rbs', line 124
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::VendorDirectFulfillmentPaymentsV1::InvoiceItem
|
Instance Method Details
#members ⇒ [ :invoiced_quantity, :item_sequence_number, :net_cost, :purchase_order_number, :buyer_product_identifier, :charge_details, :hsn_code, :tax_details, :vendor_order_number, :vendor_product_identifier ]
137 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_payments_v1.rbs', line 137
def members: () -> [ :invoiced_quantity, :item_sequence_number, :net_cost, :purchase_order_number, :buyer_product_identifier, :charge_details, :hsn_code, :tax_details, :vendor_order_number, :vendor_product_identifier ]
|
#to_h ⇒ { invoiced_quantity: Peddler::APIs::VendorDirectFulfillmentPaymentsV1::ItemQuantity, item_sequence_number: String, net_cost: Peddler::Money, purchase_order_number: String, buyer_product_identifier: String?, charge_details: Array[Peddler::APIs::VendorDirectFulfillmentPaymentsV1::ChargeDetails]?, hsn_code: String?, tax_details: Array[Peddler::APIs::VendorDirectFulfillmentPaymentsV1::TaxDetail]?, vendor_order_number: String?, vendor_product_identifier: String? }
138 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_payments_v1.rbs', line 138
def to_h: () -> { invoiced_quantity: Peddler::APIs::VendorDirectFulfillmentPaymentsV1::ItemQuantity, item_sequence_number: String, net_cost: Peddler::Money, purchase_order_number: String, buyer_product_identifier: String?, charge_details: Array[Peddler::APIs::VendorDirectFulfillmentPaymentsV1::ChargeDetails]?, hsn_code: String?, tax_details: Array[Peddler::APIs::VendorDirectFulfillmentPaymentsV1::TaxDetail]?, vendor_order_number: String?, vendor_product_identifier: String? }
|