Commerce
BCPaymentMethods
Represents a mapping between a payment method in an external store and a payment method in ERP.
| Field Name | Type | Display Name | Foreign Key | |
|---|---|---|---|---|
Active | bit | Active | - | |
Description:Indicates whether this mapping is currently active. | ||||
BindingID | int | Store | BCBinding | |
Description:Represents a store to which the entity belongs. The property is a key field. | ||||
CashAccountID | int | Cash Account | CashAccount | |
Description:The Cash Account to use when mapping payments with this mapping. | ||||
CreatePaymentFromOrder | bit | Create Payment from Order | - | |
Description:Indicates whether payments should be automatically created for orders with this payment method. | ||||
PaymentMappingID | int | - | ||
Description:The identity of this record. | ||||
PaymentMethodID | nvarchar | ERP Payment Method | PaymentMethod | |
Description:The ID of the payment method in ERP that is being mapped. | ||||
ProcessRefunds | bit | Process Refunds | - | |
Description:Indicates whether payments of this type should allow refunds to be processed. | ||||
ProcessingCenterID | nvarchar(10) | Proc. Center ID | CCProcessingCenter | |
Description:The ID of the processing center to use when mapping payments with this mapping | ||||
ReleasePayments | bit | Release Payments and Refunds | - | |
Description:Indicates whether payments should be automatically released when importing payments that use this mapping. | ||||
StoreCurrency | nvarchar | Store Currency | Currency | |
Description:The currency of the payment method from the external store that is being mapped. | ||||
StoreOrderPaymentMethod | nvarchar | Store Order Payment Method | - | |
Description:The order payment method from the external store that is being mapped. | ||||
StorePaymentMethod | nvarchar | Store Payment Method | - | |
Description:The payment method from the external store that is being mapped. | ||||