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

WithPOBoxShippingExcluded() public méthode

Sets the POBoxShippingExcluded property
public WithPOBoxShippingExcluded ( String POBoxShippingExcluded ) : MerchantItemAttributes
POBoxShippingExcluded String POBoxShippingExcluded property
Résultat MerchantItemAttributes
        public MerchantItemAttributes WithPOBoxShippingExcluded(String POBoxShippingExcluded)
        {
            this.POBoxShippingExcludedField = POBoxShippingExcluded;
            return this;
        }
MerchantItemAttributes