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

WithNumberOfPearls() public méthode

Sets the NumberOfPearls property
public WithNumberOfPearls ( Decimal numberOfPearls ) : MerchantItemAttributes
numberOfPearls Decimal NumberOfPearls property
Résultat MerchantItemAttributes
        public MerchantItemAttributes WithNumberOfPearls(Decimal numberOfPearls)
        {
            this.numberOfPearlsField = numberOfPearls;
            return this;
        }
MerchantItemAttributes