Amazon.ECS.Model.MerchantItemAttributes.WithNumberOfPearls C# (CSharp) 메소드

WithNumberOfPearls() 공개 메소드

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