Amazon.ECS.Model.ItemAttributes.WithWEEETaxValue C# (CSharp) Метод

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

Sets the WEEETaxValue property
public WithWEEETaxValue ( Price WEEETaxValue ) : ItemAttributes
WEEETaxValue Price WEEETaxValue property
Результат ItemAttributes
        public ItemAttributes WithWEEETaxValue(Price WEEETaxValue)
        {
            this.WEEETaxValueField = WEEETaxValue;
            return this;
        }
ItemAttributes