Class: Peddler::APIs::OrdersV0::Order

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#access_point_orderBoolean? (readonly)

Returns the value of attribute access_point_order.

Returns:

  • (Boolean, nil)


560
561
562
# File 'sig/peddler/apis/orders_v0.rbs', line 560

def access_point_order
  @access_point_order
end

#amazon_order_idString (readonly)

Returns the value of attribute amazon_order_id.

Returns:

  • (String)


561
562
563
# File 'sig/peddler/apis/orders_v0.rbs', line 561

def amazon_order_id
  @amazon_order_id
end

#automated_shipping_settingsPeddler::APIs::OrdersV0::AutomatedShippingSettings? (readonly)

Returns the value of attribute automated_shipping_settings.



562
563
564
# File 'sig/peddler/apis/orders_v0.rbs', line 562

def automated_shipping_settings
  @automated_shipping_settings
end

#business_orderBoolean? (readonly)

Returns the value of attribute business_order.

Returns:

  • (Boolean, nil)


563
564
565
# File 'sig/peddler/apis/orders_v0.rbs', line 563

def business_order
  @business_order
end

#buyer_infoPeddler::APIs::OrdersV0::BuyerInfo? (readonly)

Returns the value of attribute buyer_info.



564
565
566
# File 'sig/peddler/apis/orders_v0.rbs', line 564

def buyer_info
  @buyer_info
end

#buyer_invoice_preferenceString? (readonly)

Returns the value of attribute buyer_invoice_preference.

Returns:

  • (String, nil)


565
566
567
# File 'sig/peddler/apis/orders_v0.rbs', line 565

def buyer_invoice_preference
  @buyer_invoice_preference
end

#buyer_tax_informationPeddler::APIs::OrdersV0::BuyerTaxInformation? (readonly)

Returns the value of attribute buyer_tax_information.



566
567
568
# File 'sig/peddler/apis/orders_v0.rbs', line 566

def buyer_tax_information
  @buyer_tax_information
end

#cba_displayable_shipping_labelString? (readonly)

Returns the value of attribute cba_displayable_shipping_label.

Returns:

  • (String, nil)


567
568
569
# File 'sig/peddler/apis/orders_v0.rbs', line 567

def cba_displayable_shipping_label
  @cba_displayable_shipping_label
end

#default_ship_from_location_addressPeddler::APIs::OrdersV0::Address? (readonly)

Returns the value of attribute default_ship_from_location_address.



568
569
570
# File 'sig/peddler/apis/orders_v0.rbs', line 568

def default_ship_from_location_address
  @default_ship_from_location_address
end

#earliest_delivery_dateString? (readonly)

Returns the value of attribute earliest_delivery_date.

Returns:

  • (String, nil)


569
570
571
# File 'sig/peddler/apis/orders_v0.rbs', line 569

def earliest_delivery_date
  @earliest_delivery_date
end

#earliest_ship_dateString? (readonly)

Returns the value of attribute earliest_ship_date.

Returns:

  • (String, nil)


570
571
572
# File 'sig/peddler/apis/orders_v0.rbs', line 570

def earliest_ship_date
  @earliest_ship_date
end

#easy_ship_shipment_statusString? (readonly)

Returns the value of attribute easy_ship_shipment_status.

Returns:

  • (String, nil)


571
572
573
# File 'sig/peddler/apis/orders_v0.rbs', line 571

def easy_ship_shipment_status
  @easy_ship_shipment_status
end

#electronic_invoice_statusString? (readonly)

Returns the value of attribute electronic_invoice_status.

Returns:

  • (String, nil)


572
573
574
# File 'sig/peddler/apis/orders_v0.rbs', line 572

def electronic_invoice_status
  @electronic_invoice_status
end

#estimated_ship_date_setBoolean? (readonly)

Returns the value of attribute estimated_ship_date_set.

Returns:

  • (Boolean, nil)


573
574
575
# File 'sig/peddler/apis/orders_v0.rbs', line 573

def estimated_ship_date_set
  @estimated_ship_date_set
end

#fulfillment_channelString? (readonly)

Returns the value of attribute fulfillment_channel.

Returns:

  • (String, nil)


574
575
576
# File 'sig/peddler/apis/orders_v0.rbs', line 574

def fulfillment_channel
  @fulfillment_channel
end

#fulfillment_instructionPeddler::APIs::OrdersV0::FulfillmentInstruction? (readonly)

Returns the value of attribute fulfillment_instruction.



575
576
577
# File 'sig/peddler/apis/orders_v0.rbs', line 575

def fulfillment_instruction
  @fulfillment_instruction
end

#global_express_enabledBoolean? (readonly)

Returns the value of attribute global_express_enabled.

Returns:

  • (Boolean, nil)


576
577
578
# File 'sig/peddler/apis/orders_v0.rbs', line 576

def global_express_enabled
  @global_express_enabled
end

#has_regulated_itemsBoolean? (readonly)

Returns the value of attribute has_regulated_items.

Returns:

  • (Boolean, nil)


577
578
579
# File 'sig/peddler/apis/orders_v0.rbs', line 577

def has_regulated_items
  @has_regulated_items
end

#ibaBoolean? (readonly)

Returns the value of attribute iba.

Returns:

  • (Boolean, nil)


578
579
580
# File 'sig/peddler/apis/orders_v0.rbs', line 578

def iba
  @iba
end

#ispuBoolean? (readonly)

Returns the value of attribute ispu.

Returns:

  • (Boolean, nil)


579
580
581
# File 'sig/peddler/apis/orders_v0.rbs', line 579

def ispu
  @ispu
end

#last_update_dateString (readonly)

Returns the value of attribute last_update_date.

Returns:

  • (String)


580
581
582
# File 'sig/peddler/apis/orders_v0.rbs', line 580

def last_update_date
  @last_update_date
end

#latest_delivery_dateString? (readonly)

Returns the value of attribute latest_delivery_date.

Returns:

  • (String, nil)


581
582
583
# File 'sig/peddler/apis/orders_v0.rbs', line 581

def latest_delivery_date
  @latest_delivery_date
end

#latest_ship_dateString? (readonly)

Returns the value of attribute latest_ship_date.

Returns:

  • (String, nil)


582
583
584
# File 'sig/peddler/apis/orders_v0.rbs', line 582

def latest_ship_date
  @latest_ship_date
end

#marketplace_idString? (readonly)

Returns the value of attribute marketplace_id.

Returns:

  • (String, nil)


583
584
585
# File 'sig/peddler/apis/orders_v0.rbs', line 583

def marketplace_id
  @marketplace_id
end

#marketplace_tax_infoPeddler::APIs::OrdersV0::MarketplaceTaxInfo? (readonly)

Returns the value of attribute marketplace_tax_info.



584
585
586
# File 'sig/peddler/apis/orders_v0.rbs', line 584

def marketplace_tax_info
  @marketplace_tax_info
end

#number_of_items_shippedInteger? (readonly)

Returns the value of attribute number_of_items_shipped.

Returns:

  • (Integer, nil)


585
586
587
# File 'sig/peddler/apis/orders_v0.rbs', line 585

def number_of_items_shipped
  @number_of_items_shipped
end

#number_of_items_unshippedInteger? (readonly)

Returns the value of attribute number_of_items_unshipped.

Returns:

  • (Integer, nil)


586
587
588
# File 'sig/peddler/apis/orders_v0.rbs', line 586

def number_of_items_unshipped
  @number_of_items_unshipped
end

#order_channelString? (readonly)

Returns the value of attribute order_channel.

Returns:

  • (String, nil)


587
588
589
# File 'sig/peddler/apis/orders_v0.rbs', line 587

def order_channel
  @order_channel
end

#order_statusString (readonly)

Returns the value of attribute order_status.

Returns:

  • (String)


588
589
590
# File 'sig/peddler/apis/orders_v0.rbs', line 588

def order_status
  @order_status
end

#order_totalPeddler::Money? (readonly)

Returns the value of attribute order_total.

Returns:



589
590
591
# File 'sig/peddler/apis/orders_v0.rbs', line 589

def order_total
  @order_total
end

#order_typeString? (readonly)

Returns the value of attribute order_type.

Returns:

  • (String, nil)


590
591
592
# File 'sig/peddler/apis/orders_v0.rbs', line 590

def order_type
  @order_type
end

#payment_execution_detailArray[Peddler::APIs::OrdersV0::PaymentExecutionDetailItem]? (readonly)

Returns the value of attribute payment_execution_detail.



591
592
593
# File 'sig/peddler/apis/orders_v0.rbs', line 591

def payment_execution_detail
  @payment_execution_detail
end

#payment_methodString? (readonly)

Returns the value of attribute payment_method.

Returns:

  • (String, nil)


592
593
594
# File 'sig/peddler/apis/orders_v0.rbs', line 592

def payment_method
  @payment_method
end

#payment_method_detailsArray[String]? (readonly)

Returns the value of attribute payment_method_details.

Returns:

  • (Array[String], nil)


593
594
595
# File 'sig/peddler/apis/orders_v0.rbs', line 593

def payment_method_details
  @payment_method_details
end

#premium_orderBoolean? (readonly)

Returns the value of attribute premium_order.

Returns:

  • (Boolean, nil)


594
595
596
# File 'sig/peddler/apis/orders_v0.rbs', line 594

def premium_order
  @premium_order
end

#primeBoolean? (readonly)

Returns the value of attribute prime.

Returns:

  • (Boolean, nil)


595
596
597
# File 'sig/peddler/apis/orders_v0.rbs', line 595

def prime
  @prime
end

#promise_response_due_dateString? (readonly)

Returns the value of attribute promise_response_due_date.

Returns:

  • (String, nil)


596
597
598
# File 'sig/peddler/apis/orders_v0.rbs', line 596

def promise_response_due_date
  @promise_response_due_date
end

#purchase_dateString (readonly)

Returns the value of attribute purchase_date.

Returns:

  • (String)


597
598
599
# File 'sig/peddler/apis/orders_v0.rbs', line 597

def purchase_date
  @purchase_date
end

#replaced_order_idString? (readonly)

Returns the value of attribute replaced_order_id.

Returns:

  • (String, nil)


598
599
600
# File 'sig/peddler/apis/orders_v0.rbs', line 598

def replaced_order_id
  @replaced_order_id
end

#replacement_orderBoolean? (readonly)

Returns the value of attribute replacement_order.

Returns:

  • (Boolean, nil)


599
600
601
# File 'sig/peddler/apis/orders_v0.rbs', line 599

def replacement_order
  @replacement_order
end

#sales_channelString? (readonly)

Returns the value of attribute sales_channel.

Returns:

  • (String, nil)


600
601
602
# File 'sig/peddler/apis/orders_v0.rbs', line 600

def sales_channel
  @sales_channel
end

#seller_display_nameString? (readonly)

Returns the value of attribute seller_display_name.

Returns:

  • (String, nil)


601
602
603
# File 'sig/peddler/apis/orders_v0.rbs', line 601

def seller_display_name
  @seller_display_name
end

#seller_order_idString? (readonly)

Returns the value of attribute seller_order_id.

Returns:

  • (String, nil)


602
603
604
# File 'sig/peddler/apis/orders_v0.rbs', line 602

def seller_order_id
  @seller_order_id
end

#ship_service_levelString? (readonly)

Returns the value of attribute ship_service_level.

Returns:

  • (String, nil)


603
604
605
# File 'sig/peddler/apis/orders_v0.rbs', line 603

def ship_service_level
  @ship_service_level
end

#shipment_service_level_categoryString? (readonly)

Returns the value of attribute shipment_service_level_category.

Returns:

  • (String, nil)


604
605
606
# File 'sig/peddler/apis/orders_v0.rbs', line 604

def shipment_service_level_category
  @shipment_service_level_category
end

#shipping_addressPeddler::APIs::OrdersV0::Address? (readonly)

Returns the value of attribute shipping_address.



605
606
607
# File 'sig/peddler/apis/orders_v0.rbs', line 605

def shipping_address
  @shipping_address
end

#sold_by_abBoolean? (readonly)

Returns the value of attribute sold_by_ab.

Returns:

  • (Boolean, nil)


606
607
608
# File 'sig/peddler/apis/orders_v0.rbs', line 606

def sold_by_ab
  @sold_by_ab
end

Class Method Details

.[](amazon_order_id:, last_update_date:, order_status:, purchase_date:, automated_shipping_settings:, buyer_info:, buyer_invoice_preference:, buyer_tax_information:, cba_displayable_shipping_label:, default_ship_from_location_address:, earliest_delivery_date:, earliest_ship_date:, easy_ship_shipment_status:, electronic_invoice_status:, fulfillment_channel:, fulfillment_instruction:, has_regulated_items:, access_point_order:, business_order:, estimated_ship_date_set:, global_express_enabled:, iba:, ispu:, premium_order:, prime:, replacement_order:, sold_by_ab:, latest_delivery_date:, latest_ship_date:, marketplace_id:, marketplace_tax_info:, number_of_items_shipped:, number_of_items_unshipped:, order_channel:, order_total:, order_type:, payment_execution_detail:, payment_method:, payment_method_details:, promise_response_due_date:, replaced_order_id:, sales_channel:, seller_display_name:, seller_order_id:, ship_service_level:, shipment_service_level_category:, shipping_address:) ⇒ Peddler::APIs::OrdersV0::Order .[](arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, arg15, arg16, arg17, arg18, arg19, arg20, arg21, arg22, arg23, arg24, arg25, arg26, arg27, arg28, arg29, arg30, arg31, arg32, arg33, arg34, arg35, arg36, arg37, arg38, arg39, arg40, arg41, arg42, arg43, arg44, arg45, arg46) ⇒ Peddler::APIs::OrdersV0::Order

Overloads:

  • .[](amazon_order_id:, last_update_date:, order_status:, purchase_date:, automated_shipping_settings:, buyer_info:, buyer_invoice_preference:, buyer_tax_information:, cba_displayable_shipping_label:, default_ship_from_location_address:, earliest_delivery_date:, earliest_ship_date:, easy_ship_shipment_status:, electronic_invoice_status:, fulfillment_channel:, fulfillment_instruction:, has_regulated_items:, access_point_order:, business_order:, estimated_ship_date_set:, global_express_enabled:, iba:, ispu:, premium_order:, prime:, replacement_order:, sold_by_ab:, latest_delivery_date:, latest_ship_date:, marketplace_id:, marketplace_tax_info:, number_of_items_shipped:, number_of_items_unshipped:, order_channel:, order_total:, order_type:, payment_execution_detail:, payment_method:, payment_method_details:, promise_response_due_date:, replaced_order_id:, sales_channel:, seller_display_name:, seller_order_id:, ship_service_level:, shipment_service_level_category:, shipping_address:) ⇒ Peddler::APIs::OrdersV0::Order

    Parameters:

    • amazon_order_id: (String)
    • last_update_date: (String)
    • order_status: (String)
    • purchase_date: (String)
    • automated_shipping_settings: (Peddler::APIs::OrdersV0::AutomatedShippingSettings, nil)
    • buyer_info: (Peddler::APIs::OrdersV0::BuyerInfo, nil)
    • buyer_invoice_preference: (String, nil)
    • buyer_tax_information: (Peddler::APIs::OrdersV0::BuyerTaxInformation, nil)
    • cba_displayable_shipping_label: (String, nil)
    • default_ship_from_location_address: (Peddler::APIs::OrdersV0::Address, nil)
    • earliest_delivery_date: (String, nil)
    • earliest_ship_date: (String, nil)
    • easy_ship_shipment_status: (String, nil)
    • electronic_invoice_status: (String, nil)
    • fulfillment_channel: (String, nil)
    • fulfillment_instruction: (Peddler::APIs::OrdersV0::FulfillmentInstruction, nil)
    • has_regulated_items: (Boolean, nil)
    • access_point_order: (Boolean, nil)
    • business_order: (Boolean, nil)
    • estimated_ship_date_set: (Boolean, nil)
    • global_express_enabled: (Boolean, nil)
    • iba: (Boolean, nil)
    • ispu: (Boolean, nil)
    • premium_order: (Boolean, nil)
    • prime: (Boolean, nil)
    • replacement_order: (Boolean, nil)
    • sold_by_ab: (Boolean, nil)
    • latest_delivery_date: (String, nil)
    • latest_ship_date: (String, nil)
    • marketplace_id: (String, nil)
    • marketplace_tax_info: (Peddler::APIs::OrdersV0::MarketplaceTaxInfo, nil)
    • number_of_items_shipped: (Integer, nil)
    • number_of_items_unshipped: (Integer, nil)
    • order_channel: (String, nil)
    • order_total: (Peddler::Money, nil)
    • order_type: (String, nil)
    • payment_execution_detail: (Array[Peddler::APIs::OrdersV0::PaymentExecutionDetailItem], nil)
    • payment_method: (String, nil)
    • payment_method_details: (Array[String], nil)
    • promise_response_due_date: (String, nil)
    • replaced_order_id: (String, nil)
    • sales_channel: (String, nil)
    • seller_display_name: (String, nil)
    • seller_order_id: (String, nil)
    • ship_service_level: (String, nil)
    • shipment_service_level_category: (String, nil)
    • shipping_address: (Peddler::APIs::OrdersV0::Address, nil)

    Returns:

  • .[](arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, arg15, arg16, arg17, arg18, arg19, arg20, arg21, arg22, arg23, arg24, arg25, arg26, arg27, arg28, arg29, arg30, arg31, arg32, arg33, arg34, arg35, arg36, arg37, arg38, arg39, arg40, arg41, arg42, arg43, arg44, arg45, arg46) ⇒ Peddler::APIs::OrdersV0::Order

    Parameters:

    Returns:



553
554
# File 'sig/peddler/apis/orders_v0.rbs', line 553

def self.[]: (amazon_order_id: String, last_update_date: String, order_status: String, purchase_date: String, ?automated_shipping_settings: Peddler::APIs::OrdersV0::AutomatedShippingSettings?, ?buyer_info: Peddler::APIs::OrdersV0::BuyerInfo?, ?buyer_invoice_preference: String?, ?buyer_tax_information: Peddler::APIs::OrdersV0::BuyerTaxInformation?, ?cba_displayable_shipping_label: String?, ?default_ship_from_location_address: Peddler::APIs::OrdersV0::Address?, ?earliest_delivery_date: String?, ?earliest_ship_date: String?, ?easy_ship_shipment_status: String?, ?electronic_invoice_status: String?, ?fulfillment_channel: String?, ?fulfillment_instruction: Peddler::APIs::OrdersV0::FulfillmentInstruction?, ?has_regulated_items: bool?, ?access_point_order: bool?, ?business_order: bool?, ?estimated_ship_date_set: bool?, ?global_express_enabled: bool?, ?iba: bool?, ?ispu: bool?, ?premium_order: bool?, ?prime: bool?, ?replacement_order: bool?, ?sold_by_ab: bool?, ?latest_delivery_date: String?, ?latest_ship_date: String?, ?marketplace_id: String?, ?marketplace_tax_info: Peddler::APIs::OrdersV0::MarketplaceTaxInfo?, ?number_of_items_shipped: Integer?, ?number_of_items_unshipped: Integer?, ?order_channel: String?, ?order_total: Peddler::Money?, ?order_type: String?, ?payment_execution_detail: Array[Peddler::APIs::OrdersV0::PaymentExecutionDetailItem]?, ?payment_method: String?, ?payment_method_details: Array[String]?, ?promise_response_due_date: String?, ?replaced_order_id: String?, ?sales_channel: String?, ?seller_display_name: String?, ?seller_order_id: String?, ?ship_service_level: String?, ?shipment_service_level_category: String?, ?shipping_address: Peddler::APIs::OrdersV0::Address?) -> Peddler::APIs::OrdersV0::Order
| (String, String, String, String, Peddler::APIs::OrdersV0::AutomatedShippingSettings?, Peddler::APIs::OrdersV0::BuyerInfo?, String?, Peddler::APIs::OrdersV0::BuyerTaxInformation?, String?, Peddler::APIs::OrdersV0::Address?, String?, String?, String?, String?, String?, Peddler::APIs::OrdersV0::FulfillmentInstruction?, bool?, bool?, bool?, bool?, bool?, bool?, bool?, bool?, bool?, bool?, bool?, String?, String?, String?, Peddler::APIs::OrdersV0::MarketplaceTaxInfo?, Integer?, Integer?, String?, Peddler::Money?, String?, Array[Peddler::APIs::OrdersV0::PaymentExecutionDetailItem]?, String?, Array[String]?, String?, String?, String?, String?, String?, String?, String?, Peddler::APIs::OrdersV0::Address?) -> Peddler::APIs::OrdersV0::Order

.members[ :amazon_order_id, :last_update_date, :order_status, :purchase_date, :automated_shipping_settings, :buyer_info, :buyer_invoice_preference, :buyer_tax_information, :cba_displayable_shipping_label, :default_ship_from_location_address, :earliest_delivery_date, :earliest_ship_date, :easy_ship_shipment_status, :electronic_invoice_status, :fulfillment_channel, :fulfillment_instruction, :has_regulated_items, :access_point_order, :business_order, :estimated_ship_date_set, :global_express_enabled, :iba, :ispu, :premium_order, :prime, :replacement_order, :sold_by_ab, :latest_delivery_date, :latest_ship_date, :marketplace_id, :marketplace_tax_info, :number_of_items_shipped, :number_of_items_unshipped, :order_channel, :order_total, :order_type, :payment_execution_detail, :payment_method, :payment_method_details, :promise_response_due_date, :replaced_order_id, :sales_channel, :seller_display_name, :seller_order_id, :ship_service_level, :shipment_service_level_category, :shipping_address ]

Returns:

  • ([ :amazon_order_id, :last_update_date, :order_status, :purchase_date, :automated_shipping_settings, :buyer_info, :buyer_invoice_preference, :buyer_tax_information, :cba_displayable_shipping_label, :default_ship_from_location_address, :earliest_delivery_date, :earliest_ship_date, :easy_ship_shipment_status, :electronic_invoice_status, :fulfillment_channel, :fulfillment_instruction, :has_regulated_items, :access_point_order, :business_order, :estimated_ship_date_set, :global_express_enabled, :iba, :ispu, :premium_order, :prime, :replacement_order, :sold_by_ab, :latest_delivery_date, :latest_ship_date, :marketplace_id, :marketplace_tax_info, :number_of_items_shipped, :number_of_items_unshipped, :order_channel, :order_total, :order_type, :payment_execution_detail, :payment_method, :payment_method_details, :promise_response_due_date, :replaced_order_id, :sales_channel, :seller_display_name, :seller_order_id, :ship_service_level, :shipment_service_level_category, :shipping_address ])


556
# File 'sig/peddler/apis/orders_v0.rbs', line 556

def self.members: () -> [ :amazon_order_id, :last_update_date, :order_status, :purchase_date, :automated_shipping_settings, :buyer_info, :buyer_invoice_preference, :buyer_tax_information, :cba_displayable_shipping_label, :default_ship_from_location_address, :earliest_delivery_date, :earliest_ship_date, :easy_ship_shipment_status, :electronic_invoice_status, :fulfillment_channel, :fulfillment_instruction, :has_regulated_items, :access_point_order, :business_order, :estimated_ship_date_set, :global_express_enabled, :iba, :ispu, :premium_order, :prime, :replacement_order, :sold_by_ab, :latest_delivery_date, :latest_ship_date, :marketplace_id, :marketplace_tax_info, :number_of_items_shipped, :number_of_items_unshipped, :order_channel, :order_total, :order_type, :payment_execution_detail, :payment_method, :payment_method_details, :promise_response_due_date, :replaced_order_id, :sales_channel, :seller_display_name, :seller_order_id, :ship_service_level, :shipment_service_level_category, :shipping_address ]

.new(amazon_order_id:, last_update_date:, order_status:, purchase_date:, automated_shipping_settings:, buyer_info:, buyer_invoice_preference:, buyer_tax_information:, cba_displayable_shipping_label:, default_ship_from_location_address:, earliest_delivery_date:, earliest_ship_date:, easy_ship_shipment_status:, electronic_invoice_status:, fulfillment_channel:, fulfillment_instruction:, has_regulated_items:, access_point_order:, business_order:, estimated_ship_date_set:, global_express_enabled:, iba:, ispu:, premium_order:, prime:, replacement_order:, sold_by_ab:, latest_delivery_date:, latest_ship_date:, marketplace_id:, marketplace_tax_info:, number_of_items_shipped:, number_of_items_unshipped:, order_channel:, order_total:, order_type:, payment_execution_detail:, payment_method:, payment_method_details:, promise_response_due_date:, replaced_order_id:, sales_channel:, seller_display_name:, seller_order_id:, ship_service_level:, shipment_service_level_category:, shipping_address:) ⇒ Peddler::APIs::OrdersV0::Order .new(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, arg15, arg16, arg17, arg18, arg19, arg20, arg21, arg22, arg23, arg24, arg25, arg26, arg27, arg28, arg29, arg30, arg31, arg32, arg33, arg34, arg35, arg36, arg37, arg38, arg39, arg40, arg41, arg42, arg43, arg44, arg45, arg46) ⇒ Peddler::APIs::OrdersV0::Order

Overloads:

  • .new(amazon_order_id:, last_update_date:, order_status:, purchase_date:, automated_shipping_settings:, buyer_info:, buyer_invoice_preference:, buyer_tax_information:, cba_displayable_shipping_label:, default_ship_from_location_address:, earliest_delivery_date:, earliest_ship_date:, easy_ship_shipment_status:, electronic_invoice_status:, fulfillment_channel:, fulfillment_instruction:, has_regulated_items:, access_point_order:, business_order:, estimated_ship_date_set:, global_express_enabled:, iba:, ispu:, premium_order:, prime:, replacement_order:, sold_by_ab:, latest_delivery_date:, latest_ship_date:, marketplace_id:, marketplace_tax_info:, number_of_items_shipped:, number_of_items_unshipped:, order_channel:, order_total:, order_type:, payment_execution_detail:, payment_method:, payment_method_details:, promise_response_due_date:, replaced_order_id:, sales_channel:, seller_display_name:, seller_order_id:, ship_service_level:, shipment_service_level_category:, shipping_address:) ⇒ Peddler::APIs::OrdersV0::Order

    Parameters:

    • amazon_order_id: (String)
    • last_update_date: (String)
    • order_status: (String)
    • purchase_date: (String)
    • automated_shipping_settings: (Peddler::APIs::OrdersV0::AutomatedShippingSettings, nil)
    • buyer_info: (Peddler::APIs::OrdersV0::BuyerInfo, nil)
    • buyer_invoice_preference: (String, nil)
    • buyer_tax_information: (Peddler::APIs::OrdersV0::BuyerTaxInformation, nil)
    • cba_displayable_shipping_label: (String, nil)
    • default_ship_from_location_address: (Peddler::APIs::OrdersV0::Address, nil)
    • earliest_delivery_date: (String, nil)
    • earliest_ship_date: (String, nil)
    • easy_ship_shipment_status: (String, nil)
    • electronic_invoice_status: (String, nil)
    • fulfillment_channel: (String, nil)
    • fulfillment_instruction: (Peddler::APIs::OrdersV0::FulfillmentInstruction, nil)
    • has_regulated_items: (Boolean, nil)
    • access_point_order: (Boolean, nil)
    • business_order: (Boolean, nil)
    • estimated_ship_date_set: (Boolean, nil)
    • global_express_enabled: (Boolean, nil)
    • iba: (Boolean, nil)
    • ispu: (Boolean, nil)
    • premium_order: (Boolean, nil)
    • prime: (Boolean, nil)
    • replacement_order: (Boolean, nil)
    • sold_by_ab: (Boolean, nil)
    • latest_delivery_date: (String, nil)
    • latest_ship_date: (String, nil)
    • marketplace_id: (String, nil)
    • marketplace_tax_info: (Peddler::APIs::OrdersV0::MarketplaceTaxInfo, nil)
    • number_of_items_shipped: (Integer, nil)
    • number_of_items_unshipped: (Integer, nil)
    • order_channel: (String, nil)
    • order_total: (Peddler::Money, nil)
    • order_type: (String, nil)
    • payment_execution_detail: (Array[Peddler::APIs::OrdersV0::PaymentExecutionDetailItem], nil)
    • payment_method: (String, nil)
    • payment_method_details: (Array[String], nil)
    • promise_response_due_date: (String, nil)
    • replaced_order_id: (String, nil)
    • sales_channel: (String, nil)
    • seller_display_name: (String, nil)
    • seller_order_id: (String, nil)
    • ship_service_level: (String, nil)
    • shipment_service_level_category: (String, nil)
    • shipping_address: (Peddler::APIs::OrdersV0::Address, nil)

    Returns:

  • .new(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, arg15, arg16, arg17, arg18, arg19, arg20, arg21, arg22, arg23, arg24, arg25, arg26, arg27, arg28, arg29, arg30, arg31, arg32, arg33, arg34, arg35, arg36, arg37, arg38, arg39, arg40, arg41, arg42, arg43, arg44, arg45, arg46) ⇒ Peddler::APIs::OrdersV0::Order

    Parameters:

    Returns:



551
552
# File 'sig/peddler/apis/orders_v0.rbs', line 551

def self.new: (amazon_order_id: String, last_update_date: String, order_status: String, purchase_date: String, ?automated_shipping_settings: Peddler::APIs::OrdersV0::AutomatedShippingSettings?, ?buyer_info: Peddler::APIs::OrdersV0::BuyerInfo?, ?buyer_invoice_preference: String?, ?buyer_tax_information: Peddler::APIs::OrdersV0::BuyerTaxInformation?, ?cba_displayable_shipping_label: String?, ?default_ship_from_location_address: Peddler::APIs::OrdersV0::Address?, ?earliest_delivery_date: String?, ?earliest_ship_date: String?, ?easy_ship_shipment_status: String?, ?electronic_invoice_status: String?, ?fulfillment_channel: String?, ?fulfillment_instruction: Peddler::APIs::OrdersV0::FulfillmentInstruction?, ?has_regulated_items: bool?, ?access_point_order: bool?, ?business_order: bool?, ?estimated_ship_date_set: bool?, ?global_express_enabled: bool?, ?iba: bool?, ?ispu: bool?, ?premium_order: bool?, ?prime: bool?, ?replacement_order: bool?, ?sold_by_ab: bool?, ?latest_delivery_date: String?, ?latest_ship_date: String?, ?marketplace_id: String?, ?marketplace_tax_info: Peddler::APIs::OrdersV0::MarketplaceTaxInfo?, ?number_of_items_shipped: Integer?, ?number_of_items_unshipped: Integer?, ?order_channel: String?, ?order_total: Peddler::Money?, ?order_type: String?, ?payment_execution_detail: Array[Peddler::APIs::OrdersV0::PaymentExecutionDetailItem]?, ?payment_method: String?, ?payment_method_details: Array[String]?, ?promise_response_due_date: String?, ?replaced_order_id: String?, ?sales_channel: String?, ?seller_display_name: String?, ?seller_order_id: String?, ?ship_service_level: String?, ?shipment_service_level_category: String?, ?shipping_address: Peddler::APIs::OrdersV0::Address?) -> Peddler::APIs::OrdersV0::Order
| (String, String, String, String, Peddler::APIs::OrdersV0::AutomatedShippingSettings?, Peddler::APIs::OrdersV0::BuyerInfo?, String?, Peddler::APIs::OrdersV0::BuyerTaxInformation?, String?, Peddler::APIs::OrdersV0::Address?, String?, String?, String?, String?, String?, Peddler::APIs::OrdersV0::FulfillmentInstruction?, bool?, bool?, bool?, bool?, bool?, bool?, bool?, bool?, bool?, bool?, bool?, String?, String?, String?, Peddler::APIs::OrdersV0::MarketplaceTaxInfo?, Integer?, Integer?, String?, Peddler::Money?, String?, Array[Peddler::APIs::OrdersV0::PaymentExecutionDetailItem]?, String?, Array[String]?, String?, String?, String?, String?, String?, String?, String?, Peddler::APIs::OrdersV0::Address?) -> Peddler::APIs::OrdersV0::Order

.parsePeddler::APIs::OrdersV0::Order

Parameters:

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

Returns:



558
# File 'sig/peddler/apis/orders_v0.rbs', line 558

def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::OrdersV0::Order

Instance Method Details

#access_point_order?Boolean

Returns:

  • (Boolean)


608
# File 'sig/peddler/apis/orders_v0.rbs', line 608

def access_point_order?: () -> bool

#business_order?Boolean

Returns:

  • (Boolean)


609
# File 'sig/peddler/apis/orders_v0.rbs', line 609

def business_order?: () -> bool

#estimated_ship_date_set?Boolean

Returns:

  • (Boolean)


610
# File 'sig/peddler/apis/orders_v0.rbs', line 610

def estimated_ship_date_set?: () -> bool

#global_express_enabled?Boolean

Returns:

  • (Boolean)


611
# File 'sig/peddler/apis/orders_v0.rbs', line 611

def global_express_enabled?: () -> bool

#has_regulated_items?Boolean

Returns:

  • (Boolean)


612
# File 'sig/peddler/apis/orders_v0.rbs', line 612

def has_regulated_items?: () -> bool

#iba?Boolean

Returns:

  • (Boolean)


613
# File 'sig/peddler/apis/orders_v0.rbs', line 613

def iba?: () -> bool

#ispu?Boolean

Returns:

  • (Boolean)


614
# File 'sig/peddler/apis/orders_v0.rbs', line 614

def ispu?: () -> bool

#members[ :amazon_order_id, :last_update_date, :order_status, :purchase_date, :automated_shipping_settings, :buyer_info, :buyer_invoice_preference, :buyer_tax_information, :cba_displayable_shipping_label, :default_ship_from_location_address, :earliest_delivery_date, :earliest_ship_date, :easy_ship_shipment_status, :electronic_invoice_status, :fulfillment_channel, :fulfillment_instruction, :has_regulated_items, :access_point_order, :business_order, :estimated_ship_date_set, :global_express_enabled, :iba, :ispu, :premium_order, :prime, :replacement_order, :sold_by_ab, :latest_delivery_date, :latest_ship_date, :marketplace_id, :marketplace_tax_info, :number_of_items_shipped, :number_of_items_unshipped, :order_channel, :order_total, :order_type, :payment_execution_detail, :payment_method, :payment_method_details, :promise_response_due_date, :replaced_order_id, :sales_channel, :seller_display_name, :seller_order_id, :ship_service_level, :shipment_service_level_category, :shipping_address ]

Returns:

  • ([ :amazon_order_id, :last_update_date, :order_status, :purchase_date, :automated_shipping_settings, :buyer_info, :buyer_invoice_preference, :buyer_tax_information, :cba_displayable_shipping_label, :default_ship_from_location_address, :earliest_delivery_date, :earliest_ship_date, :easy_ship_shipment_status, :electronic_invoice_status, :fulfillment_channel, :fulfillment_instruction, :has_regulated_items, :access_point_order, :business_order, :estimated_ship_date_set, :global_express_enabled, :iba, :ispu, :premium_order, :prime, :replacement_order, :sold_by_ab, :latest_delivery_date, :latest_ship_date, :marketplace_id, :marketplace_tax_info, :number_of_items_shipped, :number_of_items_unshipped, :order_channel, :order_total, :order_type, :payment_execution_detail, :payment_method, :payment_method_details, :promise_response_due_date, :replaced_order_id, :sales_channel, :seller_display_name, :seller_order_id, :ship_service_level, :shipment_service_level_category, :shipping_address ])


615
# File 'sig/peddler/apis/orders_v0.rbs', line 615

def members: () -> [ :amazon_order_id, :last_update_date, :order_status, :purchase_date, :automated_shipping_settings, :buyer_info, :buyer_invoice_preference, :buyer_tax_information, :cba_displayable_shipping_label, :default_ship_from_location_address, :earliest_delivery_date, :earliest_ship_date, :easy_ship_shipment_status, :electronic_invoice_status, :fulfillment_channel, :fulfillment_instruction, :has_regulated_items, :access_point_order, :business_order, :estimated_ship_date_set, :global_express_enabled, :iba, :ispu, :premium_order, :prime, :replacement_order, :sold_by_ab, :latest_delivery_date, :latest_ship_date, :marketplace_id, :marketplace_tax_info, :number_of_items_shipped, :number_of_items_unshipped, :order_channel, :order_total, :order_type, :payment_execution_detail, :payment_method, :payment_method_details, :promise_response_due_date, :replaced_order_id, :sales_channel, :seller_display_name, :seller_order_id, :ship_service_level, :shipment_service_level_category, :shipping_address ]

#premium_order?Boolean

Returns:

  • (Boolean)


616
# File 'sig/peddler/apis/orders_v0.rbs', line 616

def premium_order?: () -> bool

#prime?Boolean

Returns:

  • (Boolean)


617
# File 'sig/peddler/apis/orders_v0.rbs', line 617

def prime?: () -> bool

#replacement_order?Boolean

Returns:

  • (Boolean)


618
# File 'sig/peddler/apis/orders_v0.rbs', line 618

def replacement_order?: () -> bool

#sold_by_ab?Boolean

Returns:

  • (Boolean)


619
# File 'sig/peddler/apis/orders_v0.rbs', line 619

def sold_by_ab?: () -> bool

#to_h{ amazon_order_id: String, last_update_date: String, order_status: String, purchase_date: String, automated_shipping_settings: Peddler::APIs::OrdersV0::AutomatedShippingSettings?, buyer_info: Peddler::APIs::OrdersV0::BuyerInfo?, buyer_invoice_preference: String?, buyer_tax_information: Peddler::APIs::OrdersV0::BuyerTaxInformation?, cba_displayable_shipping_label: String?, default_ship_from_location_address: Peddler::APIs::OrdersV0::Address?, earliest_delivery_date: String?, earliest_ship_date: String?, easy_ship_shipment_status: String?, electronic_invoice_status: String?, fulfillment_channel: String?, fulfillment_instruction: Peddler::APIs::OrdersV0::FulfillmentInstruction?, has_regulated_items: bool?, access_point_order: bool?, business_order: bool?, estimated_ship_date_set: bool?, global_express_enabled: bool?, iba: bool?, ispu: bool?, premium_order: bool?, prime: bool?, replacement_order: bool?, sold_by_ab: bool?, latest_delivery_date: String?, latest_ship_date: String?, marketplace_id: String?, marketplace_tax_info: Peddler::APIs::OrdersV0::MarketplaceTaxInfo?, number_of_items_shipped: Integer?, number_of_items_unshipped: Integer?, order_channel: String?, order_total: Peddler::Money?, order_type: String?, payment_execution_detail: Array[Peddler::APIs::OrdersV0::PaymentExecutionDetailItem]?, payment_method: String?, payment_method_details: Array[String]?, promise_response_due_date: String?, replaced_order_id: String?, sales_channel: String?, seller_display_name: String?, seller_order_id: String?, ship_service_level: String?, shipment_service_level_category: String?, shipping_address: Peddler::APIs::OrdersV0::Address? }

Returns:



620
# File 'sig/peddler/apis/orders_v0.rbs', line 620

def to_h: () -> { amazon_order_id: String, last_update_date: String, order_status: String, purchase_date: String, automated_shipping_settings: Peddler::APIs::OrdersV0::AutomatedShippingSettings?, buyer_info: Peddler::APIs::OrdersV0::BuyerInfo?, buyer_invoice_preference: String?, buyer_tax_information: Peddler::APIs::OrdersV0::BuyerTaxInformation?, cba_displayable_shipping_label: String?, default_ship_from_location_address: Peddler::APIs::OrdersV0::Address?, earliest_delivery_date: String?, earliest_ship_date: String?, easy_ship_shipment_status: String?, electronic_invoice_status: String?, fulfillment_channel: String?, fulfillment_instruction: Peddler::APIs::OrdersV0::FulfillmentInstruction?, has_regulated_items: bool?, access_point_order: bool?, business_order: bool?, estimated_ship_date_set: bool?, global_express_enabled: bool?, iba: bool?, ispu: bool?, premium_order: bool?, prime: bool?, replacement_order: bool?, sold_by_ab: bool?, latest_delivery_date: String?, latest_ship_date: String?, marketplace_id: String?, marketplace_tax_info: Peddler::APIs::OrdersV0::MarketplaceTaxInfo?, number_of_items_shipped: Integer?, number_of_items_unshipped: Integer?, order_channel: String?, order_total: Peddler::Money?, order_type: String?, payment_execution_detail: Array[Peddler::APIs::OrdersV0::PaymentExecutionDetailItem]?, payment_method: String?, payment_method_details: Array[String]?, promise_response_due_date: String?, replaced_order_id: String?, sales_channel: String?, seller_display_name: String?, seller_order_id: String?, ship_service_level: String?, shipment_service_level_category: String?, shipping_address: Peddler::APIs::OrdersV0::Address? }