Amazon.ECS.Model.MerchantItemAttributes.WithPOBoxShippingExcluded C# (CSharp) Метод

WithPOBoxShippingExcluded() публичный Метод

Sets the POBoxShippingExcluded property
public WithPOBoxShippingExcluded ( String POBoxShippingExcluded ) : MerchantItemAttributes
POBoxShippingExcluded String POBoxShippingExcluded property
Результат MerchantItemAttributes
        public MerchantItemAttributes WithPOBoxShippingExcluded(String POBoxShippingExcluded)
        {
            this.POBoxShippingExcludedField = POBoxShippingExcluded;
            return this;
        }
MerchantItemAttributes