PaymentCardType


Description

Defines a type of payment card (credit card) within Microsoft Dynamics GP. The properties are read-only.

Properties

Property

Type

Length

Default

Description

Key

PaymentCardTypeKey

N/A

N/A

The payment card type key object that uniquely identifies the payment card type.

ReceivableCardType

ReceivableCardType

N/A

N/A

Specifies the payment card type that is accepted by customers.

UsedByCompany

boolean

N/A

N/A

Specifies whether the payment card is used by the company. True indicates the payment card is used by the company. False indicates it is not.

AcceptedFromCustomers

boolean

N/A

N/A

Specifies whether the payment card is accepted from customers for payment. True indicates the card is accepted from customers. False indicates it is not.

CustomerCardBank
AccountKey

BankAccountKey

N/A

N/A

The bank account key object that specifies the bank account (checkbook) if the payment card is accepted from customers and the ReceivableCardType is set to Bank Card.

GLAccountKey

GLAccountNumberKey

N/A

N/A

The GL account number key object that specifies the GL account to use if the payment card is accepted from customers and the receivable card type is set to Payment Card.

VendorKey

VendorKey

N/A

N/A

The vendor key object that specifies the vendor to use if the payment card is used by the company.

PayableCardType

PayableCardType

N/A

N/A

Specifies the payment card type that is used by the company.

CompanyCardBank
AccountKey

BankAccountKey

N/A

N/A

The bank account key object that specifies the bank account (checkbook) if the payment card is used by the company and the PayableCardType is set to Check Card.

ModifiedBy

string

N/A

N/A

The user who last modified the payment card type data.

CreatedDate

dateTime

N/A

N/A

The date the payment card type was created.

ModifiedDate

dateTime

N/A

N/A

The date the payment card type data was last modified.


Inherits from

BusinessObject


Documentation Feedback