X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=xml%2Fschema%2FFinancial%2FPaymentProcessorType.xml;h=0e4de4de4d9eb1989789ac871236428b15e5870f;hb=840e3c4af354178d1be194ee75d6bf8176170bab;hp=456a8c05182421367b92c2f85edd128bda5d6437;hpb=b5e8537ad99104f37a433de51d5d2abcebb5977c;p=civicrm-core.git diff --git a/xml/schema/Financial/PaymentProcessorType.xml b/xml/schema/Financial/PaymentProcessorType.xml index 456a8c0518..0e4de4de4d 100644 --- a/xml/schema/Financial/PaymentProcessorType.xml +++ b/xml/schema/Financial/PaymentProcessorType.xml @@ -6,50 +6,54 @@ civicrm_payment_processor_type 1.8 - id - int unsigned - true - Payment Processor Type ID - 1.8 + id + Payment Processor Type ID + int unsigned + true + Payment Processor Type ID + 1.8 - id - true + id + true - name - Payment Processor variable name to be used in code - varchar - 64 - Payment Processor Name. - 1.8 + name + Payment Processor variable name to be used in code + varchar + 64 + Payment Processor Name. + 1.8 - title - Payment Processor Title - varchar - 127 - Payment Processor Name. - 1.8 + title + Payment Processor Title + varchar + 127 + Payment Processor Name. + 1.8 - description - varchar - 255 - Payment Processor Description. - 1.8 + description + Processor Type De + varchar + 255 + Payment Processor Description. + 1.8 - is_active - boolean - Is this processor active? - 1.8 + is_active + Processor Type Is Active? + boolean + Is this processor active? + 1.8 - is_default - boolean - Is this processor the default? - 1.8 + is_default + Processor Type is Default? + boolean + Is this processor the default? + 1.8 UI_name @@ -58,118 +62,122 @@ 2.1 - user_name_label - Label for User Name if used - varchar - 255 - 1.8 + user_name_label + Label for User Name if used + varchar + 255 + 1.8 - password_label - Label for password - varchar - 255 - 1.8 + password_label + Label for password + varchar + 255 + 1.8 - signature_label - Label for Signature - varchar - 255 - 1.8 + signature_label + Label for Signature + varchar + 255 + 1.8 - subject_label - Label for Subject - varchar - 255 - 1.8 + subject_label + Label for Subject + varchar + 255 + 1.8 - class_name - Suffix for PHP clas name implementation - varchar - 255 - 1.8 + class_name + Suffix for PHP clas name implementation + varchar + 255 + 1.8 - url_site_default - Default Live Site URL - varchar - 255 - 1.8 + url_site_default + Default Live Site URL + varchar + 255 + 1.8 - url_api_default - Default API Site URL - varchar - 255 - 1.8 + url_api_default + Default API Site URL + varchar + 255 + 1.8 - url_recur_default - Default Live Recurring Payments URL - varchar - 255 - 1.8 + url_recur_default + Default Live Recurring Payments URL + varchar + 255 + 1.8 - url_button_default - Default Live Button URL - varchar - 255 - 1.8 + url_button_default + Default Live Button URL + varchar + 255 + 1.8 - url_site_test_default - Default Test Site URL - varchar - 255 - 1.8 + url_site_test_default + Default Test Site URL + varchar + 255 + 1.8 - url_api_test_default - Default Test API URL - varchar - 255 - 1.8 + url_api_test_default + Default Test API URL + varchar + 255 + 1.8 - url_recur_test_default - Default Test Recurring Payment URL - varchar - 255 - 1.8 + url_recur_test_default + Default Test Recurring Payment URL + varchar + 255 + 1.8 - url_button_test_default - Default Test Button URL - varchar - 255 - 1.8 + url_button_test_default + Default Test Button URL + varchar + 255 + 1.8 - billing_mode - int unsigned - true - Billing Mode - true - - Select - - 1.8 + billing_mode + int unsigned + true + Billing Mode + + CRM_Core_SelectValues::billingMode + + + Select + + 1.8 - is_recur - boolean - Can process recurring contributions - 1.8 + is_recur + Processor Type Supports Recurring? + boolean + Can process recurring contributions + 1.8 - payment_type - int unsigned - 1 - Payment Type: Credit or Debit - 3.0 + payment_type + Processor Type Payment Type + int unsigned + 1 + Payment Type: Credit or Debit + 3.0