'Declaration
<XmlAttributeAttribute()> <DefaultValueAttribute()> Public AmountIsCustom As Boolean
'Usage
Dim instance As RateTemplateValue Dim value As Boolean value = instance.AmountIsCustom instance.AmountIsCustom = value
[XmlAttribute()] [DefaultValue()] public bool AmountIsCustom
public field AmountIsCustom: Boolean;
XmlAttributeAttribute() DefaultValueAttribute() public var AmountIsCustom : boolean;
[XmlAttribute()] [DefaultValue()] public: bool AmountIsCustom
[XmlAttribute()] [DefaultValue()] public: bool AmountIsCustom