action.skip

Payment Customer

API Name: PaymentCustomer__c

The payment customer represents a customer from customer based payments that are supported by some payment providers

Label API Name Type Description
Payment Customer Name Name AutoNumber
Account Account__c Lookup(Account) The associated account (mandatory)
Contact Contact__c Lookup(Contact) The associated contact (optional)
Customer ID CustomerId__c Text(255) The ID of the customer as provided by the payment provider
Deactivation Reason DeactivationReason__c Picklist The reason for the deactivation
Picklist values: Expired
Is Active IsActive__c Checkbox Indicates whether the customer is active or not (deactivated or deleted)
Payment Provider PaymentProvider__c Lookup(PaymentProvider__c) The associated payment provider