Overview

Summary

ContactDonateImprint


Appendix E-11: CURRENCY (UI prompt)


CurrencyCurrencyModulePayPal

Properties (4)

PropertyTypeEntityReferenceModule
(1) CodeSTRINGCurrency
(2) IsCryptoBOOLCurrency
(3) NameSTRINGCurrency
(4) SymbolSTRINGCurrency


Module Interfaces (15)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /currency/{id}deleteCurrencyById(id)CurrencyModuleDELETECurrency
(2) /currency/{id}findCurrencyById(id)CurrencyModuleGETCurrency
(3) /fee/currency/{id}findAllFeeOfCurrency(id)CurrencyModuleGETCurrency Fee
(4) /currencyinsertCurrency(currency)CurrencyModulePOSTCurrency
(5) /feeschedule/currency/{id}findAllFeeScheduleOfCurrency(id)CurrencyModuleGETCurrency FeeSchedule
(6) /invoice/currency/{id}findAllInvoiceOfCurrency(id)CurrencyModuleGETCurrency Invoice
(7) /currencyfindAllCurrency()CurrencyModuleGETCurrency
(8) /currency/{id}updateCurrencyById(currency)CurrencyModulePUTCurrency
(9) /subscriptionplan/currency/{id}findAllSubscriptionPlanOfCurrency(id)SubscriptionModuleGETCurrency SubscriptionPlan
(10) /subscriptionpayment/currency/{id}findAllSubscriptionPaymentOfCurrency(id)SubscriptionModuleGETCurrency SubscriptionPayment
(11) /transaction/currency/{id}findAllTransactionOfCurrency(id)TransactionModuleGETCurrency Transaction
(12) /refund/currency/{id}findAllRefundOfCurrency(id)UserAccountModuleGETCurrency Refund
(13) /payout/currency/{id}findAllPayoutOfCurrency(id)UserAccountModuleGETCurrency Payout
(14) /accountbalance/currency/{id}findAllAccountBalanceOfCurrency(id)UserDeviceModuleGETCurrency AccountBalance
(15) /chargeback/currency/{id}findAllChargebackOfCurrency(id)UserDeviceModuleGETCurrency Chargeback





Example:

final Currency currency = (Currency) invokeModule(CURRENCY_MODULE + "/currency/" + id, Currency.class);
if (currency != null) {
}
return currency;


Overview

Summary

ContactDonateImprint