support extra info for australia payid account #976

This commit is contained in:
woodser 2024-06-04 11:54:08 -04:00
parent f252265ede
commit f6c35ba6f3
12 changed files with 101 additions and 10 deletions

View file

@ -971,6 +971,7 @@ message JapanBankAccountPayload {
message AustraliaPayidPayload {
string bank_account_name = 1;
string payid = 2;
string extra_info = 3;
}
message SpecificBanksAccountPayload {
@ -1870,6 +1871,7 @@ message PaymentAccountForm {
PAXUM = 12;
PAY_BY_MAIL = 13;
CASH_AT_ATM = 14;
AUSTRALIA_PAYID = 15;
}
FormId id = 1;
repeated PaymentAccountFormField fields = 2;