payment_provider

-1 rows


Description

Payment Provider

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('payment_provider_id_seq'::regclass)
account_payment_method_line.payment_provider_id account_payment_method_line_payment_provider_id_fkey N
payment_country_rel.payment_id payment_country_rel_payment_id_fkey C
payment_currency_rel.payment_provider_id payment_currency_rel_payment_provider_id_fkey C
payment_method_payment_provider_rel.payment_provider_id payment_method_payment_provider_rel_payment_provider_id_fkey C
payment_token.provider_id payment_token_provider_id_fkey R
payment_transaction.provider_id payment_transaction_provider_id_fkey R
sequence int4 10 null

Sequence

company_id int4 10 null
res_company.id payment_provider_company_id_fkey R

Company

redirect_form_view_id int4 10 null
ir_ui_view.id payment_provider_redirect_form_view_id_fkey R

Redirect Form Template

inline_form_view_id int4 10 null
ir_ui_view.id payment_provider_inline_form_view_id_fkey R

Inline Form Template

token_inline_form_view_id int4 10 null
ir_ui_view.id payment_provider_token_inline_form_view_id_fkey R

Token Inline Form Template

express_checkout_form_view_id int4 10 null
ir_ui_view.id payment_provider_express_checkout_form_view_id_fkey R

Express Checkout Form Template

color int4 10 null

Color

module_id int4 10 null
ir_module_module.id payment_provider_module_id_fkey N

Corresponding Module

create_uid int4 10 null
res_users.id payment_provider_create_uid_fkey N

Created by

write_uid int4 10 null
res_users.id payment_provider_write_uid_fkey N

Last Updated by

code varchar 2147483647 null

Code

state varchar 2147483647 null

State

module_state varchar 2147483647 null

Installation State

name jsonb 2147483647 null

Name

pre_msg jsonb 2147483647 null

Help Message

pending_msg jsonb 2147483647 null

Pending Message

auth_msg jsonb 2147483647 null

Authorize Message

done_msg jsonb 2147483647 null

Done Message

cancel_msg jsonb 2147483647 null

Canceled Message

maximum_amount numeric 0 null

Maximum Amount

is_published bool 1 null

Published

allow_tokenization bool 1 null

Allow Saving Payment Methods

capture_manually bool 1 null

Capture Amount Manually

allow_express_checkout bool 1 null

Allow Express Checkout

create_date timestamp 29,6 null

Created on

write_date timestamp 29,6 null

Last Updated on

so_reference_type varchar 2147483647 null

Communication

Indexes

Constraint Name Type Sort Column(s)
payment_provider_pkey Primary key Asc id
payment_provider__company_id_index Performance Asc company_id

Relationships