Todo List
Module_Skeleton | --Billing_Module
[line 20]
[line 21]
void add_referral( string $mDomain, [int $mEffective = NULL])
Adds a new referral user to the database
bool add_ssn( int $mSSN)
void change_billing_information( $mFirstName, $mLastName, [ $mCompany = NULL], $mAddress, $mCity, $mState, $mZip, $mCountry, [ $mPhone = NULL], [ $mEmail = NULL])
void change_credit_card_information( $mExpYear, $mExpMonth, [ $mCVM = NULL], [ $mNumber = NULL], [ $mType = NULL])
void change_payout_preference( $mType)
void create_referral_profile( string $mUsername, $mFirstName, $mLastName, $mEmail, $mAddress, $mCity, $mState, $mZipCode, $mCountry)
bool edit_payout_amount( double $mAmount)
bool edit_referral_profile( $mFirstName, $mLastName, $mEmail, $mAddress, $mCity, $mState, $mZipCode, $mCountry, array $mOpts)
void get_billing_information( )
void get_comissions( )
void get_credit_card_information( )
array get_customer_referral_information( )
void get_customer_since( )
void get_hosting_subscription( )
float get_minimum_payout_amount( )
array get_next_payment_date( )
Returns the next payment date for the account
void get_package_type( )
array get_payment_information( string $mTransNum, int $mDate, [ $mType = "paypal"])
string get_payment_method( )
float get_payout_amount( )
void get_referral_username( )
void get_renewal_hash( )
int get_standing_status( )
bool is_billed( )
array list_payments( )
bool referral_profile_exists( )
bool remove_ssn( )
void ssn_is_set( $mSSN)