Recurly_Account::getWriteableAttributes PHP Method

getWriteableAttributes() protected method

protected getWriteableAttributes ( )
    protected function getWriteableAttributes()
    {
        return array('account_code', 'username', 'first_name', 'last_name', 'vat_number', 'email', 'company_name', 'accept_language', 'billing_info', 'address', 'tax_exempt', 'entity_use_code', 'cc_emails', 'shipping_addresses');
    }