Class: Peddler::APIs::VendorDirectFulfillmentShipping20211228::TransactionReference
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::VendorDirectFulfillmentShipping20211228::TransactionReference
- Defined in:
- sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs
Instance Attribute Summary collapse
-
#transaction_id ⇒ String?
readonly
Returns the value of attribute transaction_id.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :transaction_id ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::TransactionReference
Instance Method Summary collapse
Instance Attribute Details
#transaction_id ⇒ String? (readonly)
Returns the value of attribute transaction_id.
614 615 616 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 614 def transaction_id @transaction_id end |
Class Method Details
.[](transaction_id:) ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::TransactionReference .[](arg0) ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::TransactionReference
607 608 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 607
def self.[]: (?transaction_id: String?) -> Peddler::APIs::VendorDirectFulfillmentShipping20211228::TransactionReference
| (String?) -> Peddler::APIs::VendorDirectFulfillmentShipping20211228::TransactionReference
|
.members ⇒ [ :transaction_id ]
610 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 610
def self.members: () -> [ :transaction_id ]
|
.new(transaction_id:) ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::TransactionReference .new(arg0) ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::TransactionReference
605 606 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 605
def self.new: (?transaction_id: String?) -> Peddler::APIs::VendorDirectFulfillmentShipping20211228::TransactionReference
| (String?) -> Peddler::APIs::VendorDirectFulfillmentShipping20211228::TransactionReference
|
.parse ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::TransactionReference
612 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 612
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::VendorDirectFulfillmentShipping20211228::TransactionReference
|
Instance Method Details
#members ⇒ [ :transaction_id ]
616 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 616
def members: () -> [ :transaction_id ]
|
#to_h ⇒ { transaction_id: String? }
617 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 617
def to_h: () -> { transaction_id: String? }
|