Amazon.ECS.Model.MerchantItemAttributes.WithDeliveryOption C# (CSharp) Méthode

WithDeliveryOption() public méthode

Sets the DeliveryOption property
public WithDeliveryOption ( String deliveryOption ) : MerchantItemAttributes
deliveryOption String DeliveryOption property
Résultat MerchantItemAttributes
        public MerchantItemAttributes WithDeliveryOption(String deliveryOption)
        {
            this.deliveryOptionField = deliveryOption;
            return this;
        }
MerchantItemAttributes