 | SavedCreditCardCustomerId Property |
Id of the customer that owns this card.
Namespace: Ignition.Commerce.AccountingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax[ParentEntityIdAttribute]
[NetForumFieldAttribute("cpi_cst_key")]
public NetForumId CustomerId { get; protected set; }<ParentEntityIdAttribute>
<NetForumFieldAttribute("cpi_cst_key")>
Public Property CustomerId As NetForumId
Get
Protected Setpublic:
[ParentEntityIdAttribute]
[NetForumFieldAttribute(L"cpi_cst_key")]
property NetForumId^ CustomerId {
NetForumId^ get ();
protected: void set (NetForumId^ value);
}[<ParentEntityIdAttribute>]
[<NetForumFieldAttribute("cpi_cst_key")>]
member CustomerId : NetForumId with get, setProperty Value
NetForumId
See Also