Skip to content
This repository has been archived by the owner on Sep 6, 2018. It is now read-only.

Commit

Permalink
Merge pull request #32 from ManfredKarrer/halcash
Browse files Browse the repository at this point in the history
Add HalCash
  • Loading branch information
ManfredKarrer committed Aug 14, 2018
2 parents d537b58 + c042be8 commit fa5e77e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/proto/pb.proto
Expand Up @@ -825,6 +825,7 @@ message PaymentAccountPayload {
RevolutAccountPayload revolut_account_payload = 21;
WeChatPayAccountPayload we_chat_pay_account_payload = 22;
MoneyGramAccountPayload money_gram_account_payload = 23;
HalCashAccountPayload hal_cash_account_payload = 24;
}
map<string, string> exclude_from_json_data = 15;
}
Expand Down Expand Up @@ -906,6 +907,10 @@ message MoneyGramAccountPayload {
string email = 4;
}

message HalCashAccountPayload {
string mobile_nr = 1;
}

message WesternUnionAccountPayload {
string holder_name = 1;
string city = 2;
Expand Down

0 comments on commit fa5e77e

Please sign in to comment.