ProviderPaymentMethod
Represents the payment methods supported by a payment provider, defining the payment type and current status.
Columns
| Name | Type | Description |
| auditCreatedBy | String | The user who created the provider payment method. |
| auditCreatedDateTime | Datetime | The date and time when the provider payment method was created. |
| auditModifiedBy | String | The user who last modified the provider payment method. |
| auditModifiedDateTime | Datetime | The date and time when the provider payment method was last modified. |
| href | String | The URL of the provider payment method resource. |
| id | String | The unique identifier of the provider payment method record. |
| key [KEY] | String | The system-assigned key that uniquely identifies the provider payment method record. |
| paymentProvider_Href | String | The URL of the payment provider associated with this payment method. |
| paymentProvider_Id | String | The Id of the payment provider associated with this payment method. |
| paymentProvider_Key | String | The system-assigned key of the payment provider associated with this payment method. |
| paymentProvider_Name | String | The name of the payment provider associated with this payment method. |
| paymentType | String | The type of payment supported by this payment method, such as ACH or check. |
| status | String | The current status of the provider payment method, such as active or inactive. |