mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-14 01:15:44 -04:00
support extra info for australia payid account #976
This commit is contained in:
parent
f252265ede
commit
f6c35ba6f3
12 changed files with 101 additions and 10 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue