SavedCreditCardCustomerId Property
Id of the customer that owns this card.
Namespace: Ignition.Commerce.AccountingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
[ParentEntityIdAttribute]
[NetForumFieldAttribute("cpi_cst_key")]
public NetForumId CustomerId { get; protected set; }
<ParentEntityIdAttribute>
<NetForumFieldAttribute("cpi_cst_key")>
Public Property CustomerId As NetForumId
Get
Protected Set
public:
[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, set
Property Value
NetForumId