CxaRelationshipIsDefaultBillingAddress Property
Namespace: Ignition.CrmAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
[QueryOnEqualityAttribute("cst_cxa_billing_key", "cxa_key")]
[NetForumFieldAttribute("cxa_billing")]
public bool IsDefaultBillingAddress { get; set; }
<QueryOnEqualityAttribute("cst_cxa_billing_key", "cxa_key")>
<NetForumFieldAttribute("cxa_billing")>
Public Property IsDefaultBillingAddress As Boolean
Get
Set
public:
[QueryOnEqualityAttribute(L"cst_cxa_billing_key", L"cxa_key")]
[NetForumFieldAttribute(L"cxa_billing")]
property bool IsDefaultBillingAddress {
bool get ();
void set (bool value);
}
[<QueryOnEqualityAttribute("cst_cxa_billing_key", "cxa_key")>]
[<NetForumFieldAttribute("cxa_billing")>]
member IsDefaultBillingAddress : bool with get, set
Property Value
Boolean