Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| c_paymentprocessor_id | numeric | 10 | null |
|
|
||||||||||||||||||
| ad_client_id | numeric | 10 | null |
|
|
||||||||||||||||||
| ad_org_id | numeric | 10 | null |
|
|
||||||||||||||||||
| isactive | bpchar | 1 | 'Y'::bpchar |
|
|
||||||||||||||||||
| created | timestamp | 29,6 | now() |
|
|
||||||||||||||||||
| createdby | numeric | 10 | null |
|
|
||||||||||||||||||
| updated | timestamp | 29,6 | now() |
|
|
||||||||||||||||||
| updatedby | numeric | 10 | null |
|
|
||||||||||||||||||
| name | varchar | 60 | null |
|
|
||||||||||||||||||
| description | varchar | 255 | √ | null |
|
|
|||||||||||||||||
| c_bankaccount_id | numeric | 10 | √ | null |
|
|
|||||||||||||||||
| ad_sequence_id | numeric | 10 | √ | null |
|
|
|||||||||||||||||
| payprocessorclass | varchar | 60 | √ | null |
|
|
|||||||||||||||||
| hostaddress | varchar | 60 | √ | null |
|
|
|||||||||||||||||
| hostport | numeric | 10 | √ | null |
|
|
|||||||||||||||||
| proxyaddress | varchar | 60 | √ | null |
|
|
|||||||||||||||||
| proxyport | numeric | 10 | √ | null |
|
|
|||||||||||||||||
| proxylogon | varchar | 60 | √ | null |
|
|
|||||||||||||||||
| proxypassword | varchar | 60 | √ | null |
|
|
|||||||||||||||||
| acceptvisa | bpchar | 1 | 'Y'::bpchar |
|
|
||||||||||||||||||
| acceptmc | bpchar | 1 | 'Y'::bpchar |
|
|
||||||||||||||||||
| acceptamex | bpchar | 1 | 'Y'::bpchar |
|
|
||||||||||||||||||
| acceptdiners | bpchar | 1 | 'Y'::bpchar |
|
|
||||||||||||||||||
| acceptdiscover | bpchar | 1 | 'Y'::bpchar |
|
|
||||||||||||||||||
| acceptcorporate | bpchar | 1 | 'Y'::bpchar |
|
|
||||||||||||||||||
| acceptcheck | bpchar | 1 | 'Y'::bpchar |
|
|
||||||||||||||||||
| acceptatm | bpchar | 1 | 'Y'::bpchar |
|
|
||||||||||||||||||
| requirevv | bpchar | 1 | 'N'::bpchar |
|
|
||||||||||||||||||
| c_currency_id | numeric | 10 | √ | null |
|
|
|||||||||||||||||
| costpertrx | numeric | 0 | 0 |
|
|
||||||||||||||||||
| commission | numeric | 0 | null |
|
|
||||||||||||||||||
| minimumamt | numeric | 0 | √ | 0 |
|
|
|||||||||||||||||
| acceptdirectdebit | bpchar | 1 | 'N'::bpchar |
|
|
||||||||||||||||||
| acceptdirectdeposit | bpchar | 1 | 'N'::bpchar |
|
|
||||||||||||||||||
| c_paymentprocessor_uu | varchar | 36 | √ | NULL::character varying |
|
|
|||||||||||||||||
| trxtype | bpchar | 1 | √ | NULL::bpchar |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| c_paymentprocessor_pkey | Primary key | Asc | c_paymentprocessor_id |
| c_paymentprocessor_uu_idx | Must be unique | Asc | c_paymentprocessor_uu |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| c_paymentprocessor_acceptcorporate_check | ((acceptcorporate = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
| c_paymentprocessor_acceptdiners_check | ((acceptdiners = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
| c_paymentprocessor_requirevv_check | ((requirevv = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
| c_paymentprocessor_acceptatm_check | ((acceptatm = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
| c_paymentprocessor_acceptamex_check | ((acceptamex = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
| c_paymentprocessor_acceptdiscover_check | ((acceptdiscover = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
| c_paymentprocessor_acceptmc_check | ((acceptmc = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
| c_paymentprocessor_acceptcheck_check | ((acceptcheck = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
| c_paymentprocessor_acceptvisa_check | ((acceptvisa = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
| c_paymentprocessor_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |