Missing or wrong docs for BankAccountIBAN
Closed this issue · 0 comments
AdrianRibao commented
In the usage docs, there is a reference to the BankAcountIBAN
but there is nothing in the code related to it:
bankaccount = BankAccountIBAN(owner_name="Victor Hugo",
user=natural_user,
type="IBAN",
owner_address=Address(address_line_1='AddressLine1', address_line_2='AddressLine2',
postal_code='11222', country='FR'),
iban="FR3020041010124530725S03383",
bic="CRLYFRPP")
bankaccount.save()
I guess the right resource is BankAccount