-
Notifications
You must be signed in to change notification settings - Fork 0
/
billingserver.hrl
22 lines (21 loc) · 1.12 KB
/
billingserver.hrl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
%% HRL file generated by ERLSOM
%%
%% It is possible to change the name of the record fields.
%%
%% It is possible to add default values, but be aware that these will
%% only be used when *writing* an xml document.
-record('p:CancelTransaction', {anyAttribs, 'TransactionId'}).
-record('p:CancelTransactionResponse', {anyAttribs, 'Result'}).
-record('p:ChargeAmount', {anyAttribs, 'AccountNumber', 'Amount'}).
-record('p:ChargeAmountResponse', {anyAttribs, 'Result'}).
-record('p:ConfirmTransaction', {anyAttribs, 'TransactionId'}).
-record('p:ConfirmTransactionResponse', {anyAttribs, 'Result'}).
-record('p:RefillAmount', {anyAttribs, 'AccountNumber', 'Amount'}).
-record('p:RefillAmountResponse', {anyAttribs, 'Result'}).
-record('p:ReserveAmount', {anyAttribs, 'AccountNumber', 'Amount'}).
-record('p:ReserveAmountResponse', {anyAttribs, 'Result'}).
-record('soap:Body', {anyAttribs, choice}).
-record('soap:Envelope', {anyAttribs, 'Header', 'Body', choice}).
-record('soap:Fault', {anyAttribs, 'faultcode', 'faultstring', 'faultactor', 'detail'}).
-record('soap:Header', {anyAttribs, choice}).
-record('soap:detail', {anyAttribs, choice}).