Class: Google::Apis::ContentV2::OrderShipmentScheduledDeliveryDetails

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ OrderShipmentScheduledDeliveryDetails

Returns a new instance of OrderShipmentScheduledDeliveryDetails.



5622
5623
5624
# File 'lib/google/apis/content_v2/classes.rb', line 5622

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

Instance Attribute Details

#carrier_phone_numberString

The phone number of the carrier fulfilling the delivery. The phone number is formatted as the international notation in ITU-T Recommendation E.123 (e.g., "+ 41 44 668 1800"). Corresponds to the JSON property carrierPhoneNumber

Returns:

  • (String)


5615
5616
5617
# File 'lib/google/apis/content_v2/classes.rb', line 5615

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)


5620
5621
5622
# File 'lib/google/apis/content_v2/classes.rb', line 5620

def scheduled_date
  @scheduled_date
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5627
5628
5629
5630
# File 'lib/google/apis/content_v2/classes.rb', line 5627

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