| Modifier and Type | Method and Description |
|---|---|
Currency |
ImmutableAccountData.getCurrency() |
Currency |
AccountData.getCurrency() |
| Modifier and Type | Method and Description |
|---|---|
void |
MutableAccountData.setCurrency(Currency currency)
Sets the account currency
|
| Modifier and Type | Method and Description |
|---|---|
Currency |
PlanPhasePriceOverride.getCurrency() |
Currency |
Price.getCurrency() |
Currency[] |
StaticCatalog.getCurrentSupportedCurrencies() |
static Currency |
Currency.getDefaultCurrency() |
Currency[] |
Catalog.getSupportedCurrencies(org.joda.time.DateTime requestedDate) |
static Currency |
Currency.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Currency[] |
Currency.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
InternationalPrice.getPrice(Currency currency) |
| Modifier and Type | Method and Description |
|---|---|
Currency |
CurrencyConversion.getBaseCurrency() |
Currency |
Rate.getBaseCurrency() |
Currency |
Rate.getCurrency() |
| Modifier and Type | Method and Description |
|---|---|
Set<Currency> |
CurrencyConversionApi.getBaseRates() |
| Modifier and Type | Method and Description |
|---|---|
CurrencyConversion |
CurrencyConversionApi.getCurrencyConversion(Currency baseCurrency,
org.joda.time.DateTime dateConversion) |
CurrencyConversion |
CurrencyConversionApi.getCurrentCurrencyConversion(Currency baseCurrency)
This will return the latest -- as known by the plugin -- information for the conversion rates.
|
| Modifier and Type | Method and Description |
|---|---|
Currency |
Invoice.getCurrency() |
Currency |
InvoicePayment.getCurrency() |
Currency |
InvoiceItem.getCurrency() |
Currency |
InvoicePayment.getProcessedCurrency() |
| Modifier and Type | Method and Description |
|---|---|
InvoiceItem |
InvoiceUserApi.insertCredit(UUID accountId,
BigDecimal amount,
org.joda.time.LocalDate effectiveDate,
Currency currency,
String description,
CallContext context)
Add a credit to an account.
|
InvoiceItem |
InvoiceUserApi.insertCreditForInvoice(UUID accountId,
UUID invoiceId,
BigDecimal amount,
org.joda.time.LocalDate effectiveDate,
Currency currency,
String description,
CallContext context)
Add a credit to an invoice.
|
InvoiceItem |
InvoiceUserApi.insertInvoiceItemAdjustment(UUID accountId,
UUID invoiceId,
UUID invoiceItemId,
org.joda.time.LocalDate effectiveDate,
BigDecimal amount,
Currency currency,
String description,
CallContext context)
Adjust partially a given invoice item.
|
| Modifier and Type | Method and Description |
|---|---|
Currency |
InvoiceFormatter.getProcessedCurrency() |
| Modifier and Type | Method and Description |
|---|---|
Currency |
PaymentTransaction.getCurrency() |
Currency |
Refund.getCurrency() |
Currency |
Payment.getCurrency() |
Currency |
PaymentTransaction.getProcessedCurrency() |
| Modifier and Type | Method and Description |
|---|---|
Payment |
PaymentApi.createAuthorization(Account account,
UUID paymentMethodId,
UUID paymentId,
BigDecimal amount,
Currency currency,
String paymentExternalKey,
String paymentTransactionExternalKey,
Iterable<PluginProperty> properties,
CallContext context)
Authorize a payment.
|
Payment |
PaymentApi.createAuthorizationWithPaymentControl(Account account,
UUID paymentMethodId,
UUID paymentId,
BigDecimal amount,
Currency currency,
String paymentExternalKey,
String paymentTransactionExternalKey,
Iterable<PluginProperty> properties,
PaymentOptions paymentOptions,
CallContext context)
Authorize a payment and allow to go through registered routing plugins
|
Payment |
PaymentApi.createCapture(Account account,
UUID paymentId,
BigDecimal amount,
Currency currency,
String paymentTransactionExternalKey,
Iterable<PluginProperty> properties,
CallContext context)
Capture a previously authorized payment.
|
Payment |
PaymentApi.createCaptureWithPaymentControl(Account account,
UUID paymentId,
BigDecimal amount,
Currency currency,
String paymentTransactionExternalKey,
Iterable<PluginProperty> properties,
PaymentOptions paymentOptions,
CallContext context)
Capture a previously authorized payment and allow to go through registered routing plugins
|
Payment |
PaymentApi.createChargeback(Account account,
UUID paymentId,
BigDecimal amount,
Currency currency,
String paymentTransactionExternalKey,
CallContext context)
Record a chargeback
|
Payment |
PaymentApi.createChargebackWithPaymentControl(Account account,
UUID paymentId,
BigDecimal amount,
Currency currency,
String paymentTransactionExternalKey,
PaymentOptions paymentOptions,
CallContext context)
Record a chargeback
|
Payment |
PaymentApi.createCredit(Account account,
UUID paymentMethodId,
UUID paymentId,
BigDecimal amount,
Currency currency,
String paymentExternalKey,
String paymentTransactionExternalKey,
Iterable<PluginProperty> properties,
CallContext context)
Credit a payment method.
|
Payment |
PaymentApi.createCreditWithPaymentControl(Account account,
UUID paymentMethodId,
UUID paymentId,
BigDecimal amount,
Currency currency,
String paymentExternalKey,
String paymentTransactionExternalKey,
Iterable<PluginProperty> properties,
PaymentOptions paymentOptions,
CallContext context)
Credit a payment method and allow to go through registered routing plugins
This is also known as payment in reverse.
|
Payment |
PaymentApi.createPurchase(Account account,
UUID paymentMethodId,
UUID paymentId,
BigDecimal amount,
Currency currency,
String paymentExternalKey,
String paymentTransactionExternalKey,
Iterable<PluginProperty> properties,
CallContext context)
Combine an authorize and capture payment.
|
Payment |
PaymentApi.createPurchaseWithPaymentControl(Account account,
UUID paymentMethodId,
UUID paymentId,
BigDecimal amount,
Currency currency,
String paymentExternalKey,
String paymentTransactionExternalKey,
Iterable<PluginProperty> properties,
PaymentOptions paymentOptions,
CallContext context)
Combine an authorize and capture payment and allow to go through registered routing plugins
|
Payment |
PaymentApi.createRefund(Account account,
UUID paymentId,
BigDecimal amount,
Currency currency,
String paymentTransactionExternalKey,
Iterable<PluginProperty> properties,
CallContext context)
Refund a previously captured payment.
|
Payment |
PaymentApi.createRefundWithPaymentControl(Account account,
UUID paymentId,
BigDecimal amount,
Currency currency,
String paymentTransactionExternalKey,
Iterable<PluginProperty> properties,
PaymentOptions paymentOptions,
CallContext context)
Refund a previously captured payment and allow to go through registered routing plugins
|
| Modifier and Type | Method and Description |
|---|---|
Currency |
PaymentTransactionInfoPlugin.getCurrency() |
Copyright © 2010-2016. All Rights Reserved.