Class: Peddler::APIs::ShippingV2::GetCollectionFormHistoryRequest
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ShippingV2::GetCollectionFormHistoryRequest
- Defined in:
- sig/peddler/apis/shipping_v2.rbs
Instance Attribute Summary collapse
-
#carrier_id ⇒ String?
readonly
Returns the value of attribute carrier_id.
-
#client_reference_details ⇒ Array[Peddler::APIs::ShippingV2::ClientReferenceDetail]?
readonly
Returns the value of attribute client_reference_details.
-
#date_range ⇒ Peddler::APIs::ShippingV2::DateRange?
readonly
Returns the value of attribute date_range.
-
#max_results ⇒ Integer?
readonly
Returns the value of attribute max_results.
-
#ship_from_address ⇒ Peddler::APIs::ShippingV2::Address?
readonly
Returns the value of attribute ship_from_address.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :carrier_id, :client_reference_details, :date_range, :max_results, :ship_from_address ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ShippingV2::GetCollectionFormHistoryRequest
Instance Method Summary collapse
-
#members ⇒ [ :carrier_id, :client_reference_details, :date_range, :max_results, :ship_from_address ]
-
#to_h ⇒ { carrier_id: String?, client_reference_details: Array[Peddler::APIs::ShippingV2::ClientReferenceDetail]?, date_range: Peddler::APIs::ShippingV2::DateRange?, max_results: Integer?, ship_from_address: Peddler::APIs::ShippingV2::Address? }
Instance Attribute Details
#carrier_id ⇒ String? (readonly)
Returns the value of attribute carrier_id.
848 849 850 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 848 def carrier_id @carrier_id end |
#client_reference_details ⇒ Array[Peddler::APIs::ShippingV2::ClientReferenceDetail]? (readonly)
Returns the value of attribute client_reference_details.
849 850 851 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 849 def client_reference_details @client_reference_details end |
#date_range ⇒ Peddler::APIs::ShippingV2::DateRange? (readonly)
Returns the value of attribute date_range.
850 851 852 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 850 def date_range @date_range end |
#max_results ⇒ Integer? (readonly)
Returns the value of attribute max_results.
851 852 853 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 851 def max_results @max_results end |
#ship_from_address ⇒ Peddler::APIs::ShippingV2::Address? (readonly)
Returns the value of attribute ship_from_address.
852 853 854 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 852 def ship_from_address @ship_from_address end |
Class Method Details
.[](carrier_id:, client_reference_details:, date_range:, max_results:, ship_from_address:) ⇒ Peddler::APIs::ShippingV2::GetCollectionFormHistoryRequest .[](arg0, arg1, arg2, arg3, arg4) ⇒ Peddler::APIs::ShippingV2::GetCollectionFormHistoryRequest
841 842 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 841
def self.[]: (?carrier_id: String?, ?client_reference_details: Array[Peddler::APIs::ShippingV2::ClientReferenceDetail]?, ?date_range: Peddler::APIs::ShippingV2::DateRange?, ?max_results: Integer?, ?ship_from_address: Peddler::APIs::ShippingV2::Address?) -> Peddler::APIs::ShippingV2::GetCollectionFormHistoryRequest
| (String?, Array[Peddler::APIs::ShippingV2::ClientReferenceDetail]?, Peddler::APIs::ShippingV2::DateRange?, Integer?, Peddler::APIs::ShippingV2::Address?) -> Peddler::APIs::ShippingV2::GetCollectionFormHistoryRequest
|
.members ⇒ [ :carrier_id, :client_reference_details, :date_range, :max_results, :ship_from_address ]
844 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 844
def self.members: () -> [ :carrier_id, :client_reference_details, :date_range, :max_results, :ship_from_address ]
|
.new(carrier_id:, client_reference_details:, date_range:, max_results:, ship_from_address:) ⇒ Peddler::APIs::ShippingV2::GetCollectionFormHistoryRequest .new(arg0, arg1, arg2, arg3, arg4) ⇒ Peddler::APIs::ShippingV2::GetCollectionFormHistoryRequest
839 840 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 839
def self.new: (?carrier_id: String?, ?client_reference_details: Array[Peddler::APIs::ShippingV2::ClientReferenceDetail]?, ?date_range: Peddler::APIs::ShippingV2::DateRange?, ?max_results: Integer?, ?ship_from_address: Peddler::APIs::ShippingV2::Address?) -> Peddler::APIs::ShippingV2::GetCollectionFormHistoryRequest
| (String?, Array[Peddler::APIs::ShippingV2::ClientReferenceDetail]?, Peddler::APIs::ShippingV2::DateRange?, Integer?, Peddler::APIs::ShippingV2::Address?) -> Peddler::APIs::ShippingV2::GetCollectionFormHistoryRequest
|
.parse ⇒ Peddler::APIs::ShippingV2::GetCollectionFormHistoryRequest
846 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 846
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ShippingV2::GetCollectionFormHistoryRequest
|
Instance Method Details
#members ⇒ [ :carrier_id, :client_reference_details, :date_range, :max_results, :ship_from_address ]
854 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 854
def members: () -> [ :carrier_id, :client_reference_details, :date_range, :max_results, :ship_from_address ]
|
#to_h ⇒ { carrier_id: String?, client_reference_details: Array[Peddler::APIs::ShippingV2::ClientReferenceDetail]?, date_range: Peddler::APIs::ShippingV2::DateRange?, max_results: Integer?, ship_from_address: Peddler::APIs::ShippingV2::Address? }
855 |
# File 'sig/peddler/apis/shipping_v2.rbs', line 855
def to_h: () -> { carrier_id: String?, client_reference_details: Array[Peddler::APIs::ShippingV2::ClientReferenceDetail]?, date_range: Peddler::APIs::ShippingV2::DateRange?, max_results: Integer?, ship_from_address: Peddler::APIs::ShippingV2::Address? }
|