PR #195/#205 extension, BankAccount class changes.
Updated documentation and tests to work with setHolder, getTaxDocumentType and getTaxDocumentNumber methods (created at PR #205). Also removed setTaxDocument and setFullname (these methods probably would be useless now).
What this PR change?
Methods setTaxDocument and setFullname removed
Updated bank account documentation to use setHolder instead of setTaxDocument and setFullname
Updated bank account tests to use setHolder, getTaxDocumentType and getTaxDocumentNumber instead of setTaxDocument and setFullname
PR #195/#205 extension, BankAccount class changes.
Updated documentation and tests to work with setHolder, getTaxDocumentType and getTaxDocumentNumber methods (created at PR #205). Also removed setTaxDocument and setFullname (these methods probably would be useless now).
What this PR change?