 |
ContactPaymentMethodItems Property |
Used to store a collection of Payment Method items. Ignored for Employee contacts.
Created in Epic SDK 2018.
Namespace:
ASI.TAM.API.Data.UI.Account.Contact
Assembly:
ASI.TAM.API.Data.UI.Account.Contact (in ASI.TAM.API.Data.UI.Account.Contact.dll) Version: 2021.1.0.1
Syntaxpublic PaymentMethodItems PaymentMethodItems { get; set; }
Public Property PaymentMethodItems As PaymentMethodItems
Get
Set
Dim instance As Contact
Dim value As PaymentMethodItems
value = instance.PaymentMethodItems
instance.PaymentMethodItems = value
Property Value
Type:
PaymentMethodItems
PaymentMethodItems As Collection.
Remarks Note |
---|
- Name - PaymentMethodItems
|
See Also