PaymentProvider
Represents payment providers used to facilitate electronic payment processing, including contact information, withdrawal type, and supported payment methods.
Columns
| Name | Type | Description |
| auditCreatedBy | String | The user who created the payment provider. |
| auditCreatedDateTime | Datetime | The date and time when the payment provider was created. |
| auditModifiedBy | String | The user who last modified the payment provider. |
| auditModifiedDateTime | Datetime | The date and time when the payment provider was last modified. |
| contactInfoEmail | String | The contact email address for this payment provider. |
| contactInfoFirstName | String | The first name of the contact person for this payment provider. |
| contactInfoLastName | String | The last name of the contact person for this payment provider. |
| href | String | The URL of the payment provider resource. |
| id | String | The unique identifier of the payment provider record. |
| key [KEY] | String | The system-assigned key that uniquely identifies the payment provider record. |
| name | String | The name of the payment provider. |
| paymentWithdrawalType | String | The withdrawal type used by this payment provider, such as same day or next day. |
| state | String | The current state of the payment provider, such as active or suspended. |
| ListAggregate_PaymentMethods | String | The aggregate list of payment methods supported by this payment provider. |