From 1c416dc3ac5132fba762dc01ecd82494b70fbab0 Mon Sep 17 00:00:00 2001 From: baros6647 Date: Thu, 26 Dec 2024 16:55:17 -0500 Subject: [PATCH] This field is required in the documentation, but sometimes an empty string is returned. --- .../FulfillmentInboundv20240320/SelectedDeliveryWindow.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/FikaAmazonAPI/AmazonSpApiSDK/Models/FulfillmentInboundv20240320/SelectedDeliveryWindow.cs b/Source/FikaAmazonAPI/AmazonSpApiSDK/Models/FulfillmentInboundv20240320/SelectedDeliveryWindow.cs index bdd3873d..308380b6 100644 --- a/Source/FikaAmazonAPI/AmazonSpApiSDK/Models/FulfillmentInboundv20240320/SelectedDeliveryWindow.cs +++ b/Source/FikaAmazonAPI/AmazonSpApiSDK/Models/FulfillmentInboundv20240320/SelectedDeliveryWindow.cs @@ -38,7 +38,7 @@ public SelectedDeliveryWindow() { } /// The timestamp at which this Window can no longer be edited. /// The end timestamp of the window (required). /// The start timestamp of the window (required). - public SelectedDeliveryWindow(AvailabilityType availabilityType = default(AvailabilityType), + public SelectedDeliveryWindow(AvailabilityType? availabilityType = default(AvailabilityType?), string deliveryWindowOptionId = default(string), DateTime? editableUntil = default(DateTime?), DateTime? endDate = default(DateTime?), @@ -88,7 +88,7 @@ public SelectedDeliveryWindow() { } /// /// Identifies type of Delivery Window Availability. Values: AVAILABLE, CONGESTED [DataMember(Name = "availabilityType", EmitDefaultValue = false)] - public AvailabilityType AvailabilityType { get; set; } + public AvailabilityType? AvailabilityType { get; set; } /// /// Identifier of a delivery window option. A delivery window option represent one option for when a shipment is expected to be delivered.