SERVER : premium201.web-hosting.com #1 SMP Wed Mar 26 12:08:09 UTC 2025
SERVER IP : 172.67.162.162 | ADMIN IP 216.73.216.51
OPTIONS : CRL = ON | WGT = ON | SDO = OFF | PKEX = OFF
DEACTIVATED : NONE
Current File : /home/bravetechrwanda/itiministry.org/plugins/give/src/Donations/ValueObjects//DonationMetaKeys.php
<?php
namespace Give\Donations\ValueObjects;
use Give\Framework\Support\ValueObjects\Enum;
use Give\Framework\Support\ValueObjects\EnumInteractsWithQueryBuilder;
/**
* @since 3.9.0 added PHONE
* @since 3.2.0 added HONORIFIC
* @since 2.20.0 add fee amount recovered and exchange rate
* @since 2.19.6
*
* @method static DonationMetaKeys AMOUNT()
* @method static DonationMetaKeys CAMPAIGN_ID()
* @method static DonationMetaKeys BASE_AMOUNT()
* @method static DonationMetaKeys CURRENCY()
* @method static DonationMetaKeys GATEWAY()
* @method static DonationMetaKeys DONOR_ID()
* @method static DonationMetaKeys HONORIFIC()
* @method static DonationMetaKeys FIRST_NAME()
* @method static DonationMetaKeys LAST_NAME()
* @method static DonationMetaKeys EMAIL()
* @method static DonationMetaKeys PHONE()
* @method static DonationMetaKeys SUBSCRIPTION_ID()
* @method static DonationMetaKeys MODE()
* @method static DonationMetaKeys FORM_ID()
* @method static DonationMetaKeys FORM_TITLE()
* @method static DonationMetaKeys BILLING_COUNTRY()
* @method static DonationMetaKeys BILLING_ADDRESS1()
* @method static DonationMetaKeys BILLING_ADDRESS2()
* @method static DonationMetaKeys BILLING_CITY()
* @method static DonationMetaKeys BILLING_STATE()
* @method static DonationMetaKeys BILLING_ZIP()
* @method static DonationMetaKeys PURCHASE_KEY()
* @method static DonationMetaKeys DONOR_IP()
* @method static DonationMetaKeys ANONYMOUS()
* @method static DonationMetaKeys LEVEL_ID()
* @method static DonationMetaKeys COMPANY()
* @method static DonationMetaKeys COMMENT()
* @method static DonationMetaKeys GATEWAY_TRANSACTION_ID()
* @method static DonationMetaKeys SUBSCRIPTION_INITIAL_DONATION()
* @method static DonationMetaKeys IS_RECURRING()
* @method static DonationMetaKeys FEE_AMOUNT_RECOVERED()
* @method static DonationMetaKeys EXCHANGE_RATE()
*/
class DonationMetaKeys extends Enum
{
use EnumInteractsWithQueryBuilder;
const AMOUNT = '_give_payment_total';
const CAMPAIGN_ID = '_give_campaign_id';
const BASE_AMOUNT = '_give_cs_base_amount';
const CURRENCY = '_give_payment_currency';
const EXCHANGE_RATE = '_give_cs_exchange_rate';
const FEE_AMOUNT_RECOVERED = '_give_fee_amount';
const GATEWAY = '_give_payment_gateway';
const DONOR_ID = '_give_payment_donor_id';
const HONORIFIC = '_give_donor_billing_title_prefix';
const FIRST_NAME = '_give_donor_billing_first_name';
const LAST_NAME = '_give_donor_billing_last_name';
const EMAIL = '_give_payment_donor_email';
const PHONE = '_give_payment_donor_phone';
const SUBSCRIPTION_ID = 'subscription_id';
const MODE = '_give_payment_mode';
const FORM_ID = '_give_payment_form_id';
const FORM_TITLE = '_give_payment_form_title';
const BILLING_COUNTRY = '_give_donor_billing_country';
const BILLING_ADDRESS2 = '_give_donor_billing_address2';
const BILLING_CITY = '_give_donor_billing_city';
const BILLING_ADDRESS1 = '_give_donor_billing_address1';
const BILLING_STATE = '_give_donor_billing_state';
const BILLING_ZIP = '_give_donor_billing_zip';
const PURCHASE_KEY = '_give_payment_purchase_key';
const DONOR_IP = '_give_payment_donor_ip';
const ANONYMOUS = '_give_anonymous_donation';
const LEVEL_ID = '_give_payment_price_id';
const COMPANY = '_give_donation_company';
const COMMENT = '_give_donation_comment';
const GATEWAY_TRANSACTION_ID = '_give_payment_transaction_id';
const SUBSCRIPTION_INITIAL_DONATION = '_give_subscription_payment';
const IS_RECURRING = '_give_is_donation_recurring';
}
| NAME |
SIZE |
LAST TOUCH |
USER |
CAN-I? |
FUNCTIONS |
| .. | -- | 25 May 2026 4.20 PM | bravetechrwanda / bravetechrwanda | 0755 | |
| | | | | |
| DonationMetaKeys.php | 3.53 KB | 1 May 2025 3.56 PM | bravetechrwanda / bravetechrwanda | 0644 | |
| DonationMode.php | 0.326 KB | 17 Oct 2024 5.45 AM | bravetechrwanda / bravetechrwanda | 0644 | |
| DonationNoteMetaKeys.php | 0.369 KB | 24 Feb 2023 4.18 AM | bravetechrwanda / bravetechrwanda | 0644 | |
| DonationNoteType.php | 0.371 KB | 24 Feb 2023 4.18 AM | bravetechrwanda / bravetechrwanda | 0644 | |
| DonationStatus.php | 2.398 KB | 30 Oct 2025 12.17 AM | bravetechrwanda / bravetechrwanda | 0644 | |
| DonationType.php | 0.809 KB | 19 Jan 2023 12.19 AM | bravetechrwanda / bravetechrwanda | 0644 | |