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

IsSetCountryOfOrigin() public method

Checks if CountryOfOrigin property is set
public IsSetCountryOfOrigin ( ) : System.Boolean
return System.Boolean
        public Boolean IsSetCountryOfOrigin()
        {
            return  this.countryOfOriginField != null;
        }
MerchantItemAttributes