Amazon.ECS.Model.ItemAttributes.WithWEEETaxValue C# (CSharp) Méthode

WithWEEETaxValue() public méthode

Sets the WEEETaxValue property
public WithWEEETaxValue ( Price WEEETaxValue ) : ItemAttributes
WEEETaxValue Price WEEETaxValue property
Résultat ItemAttributes
        public ItemAttributes WithWEEETaxValue(Price WEEETaxValue)
        {
            this.WEEETaxValueField = WEEETaxValue;
            return this;
        }
ItemAttributes