Amazon.ECS.Model.TransactionTotals.IsSetShippingCharge C# (CSharp) Method

IsSetShippingCharge() public method

Checks if ShippingCharge property is set
public IsSetShippingCharge ( ) : System.Boolean
return System.Boolean
        public Boolean IsSetShippingCharge()
        {
            return this.shippingChargeField != null;
        }