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

IsSetFixedShippingCharge() 공개 메소드

Checks if FixedShippingCharge property is set
public IsSetFixedShippingCharge ( ) : System.Boolean
리턴 System.Boolean
        public Boolean IsSetFixedShippingCharge()
        {
            return this.fixedShippingChargeField != null;
        }
MerchantItemAttributes