Amazon.ECS.Model.MerchantItemAttributes.IsSetFixedShippingCharge C# (CSharp) Method

IsSetFixedShippingCharge() public method

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