Class: Google::Apis::ContentV2_1::OrdersCustomBatchRequestEntryUpdateShipmentScheduledDeliveryDetails

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/content_v2_1/classes.rb,
lib/google/apis/content_v2_1/representations.rb,
lib/google/apis/content_v2_1/representations.rb

Overview

ScheduledDeliveryDetails used to update the scheduled delivery order.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ OrdersCustomBatchRequestEntryUpdateShipmentScheduledDeliveryDetails

Returns a new instance of OrdersCustomBatchRequestEntryUpdateShipmentScheduledDeliveryDetails.



7775
7776
7777
# File 'lib/google/apis/content_v2_1/classes.rb', line 7775

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#carrier_phone_numberString

The phone number of the carrier fulfilling the delivery. The phone number should be formatted as the international notation in Corresponds to the JSON property carrierPhoneNumber

Returns:

  • (String)


7768
7769
7770
# File 'lib/google/apis/content_v2_1/classes.rb', line 7768

def carrier_phone_number
  @carrier_phone_number
end

#scheduled_dateString

The date a shipment is scheduled for delivery, in ISO 8601 format. Corresponds to the JSON property scheduledDate

Returns:

  • (String)


7773
7774
7775
# File 'lib/google/apis/content_v2_1/classes.rb', line 7773

def scheduled_date
  @scheduled_date
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7780
7781
7782
7783
# File 'lib/google/apis/content_v2_1/classes.rb', line 7780

def update!(**args)
  @carrier_phone_number = args[:carrier_phone_number] if args.key?(:carrier_phone_number)
  @scheduled_date = args[:scheduled_date] if args.key?(:scheduled_date)
end