Recurly_Transaction::getWriteableAttributes PHP 메소드

getWriteableAttributes() 보호된 메소드

protected getWriteableAttributes ( )
    protected function getWriteableAttributes()
    {
        return array('account', 'amount_in_cents', 'currency', 'description', 'accounting_code', 'tax_exempt', 'tax_code');
    }