Skip to main content

Changelog

v0.10.0

Released on

Features
Add InstrumentTypeTransactionDetails enumeration to common module.
Add CardInstrumentTransactionDetails model to common module.
Add PaymentInstrumentTransactionDetails model to common module.
Add PrepaidCardInstrumentTransactionDetails model to common module.
Add SepaBankAccountTransactionDetails model to common module.
Add UkBankAccountTransactionDetails model to common module.
Add UsBankAccountTransactionDetails model to common module.
Add new field instrumentDetails to the Transaction model.
Add PaymentOptionSettings model to deposits module.
Add CardPaymentOptionSettings model to deposits module.
Add new field paymentOptionSettings to the PaymentOptionDetails model.
Add new field fees to the CustomerDeposit model.
Add new field description to the CardPaymentInstrument model.
Improvements
Internal improvements.
Deprecations
Deprecated the cardPaymentDetails field of the Transaction model. Use instrumentDetails instead.
Deprecated the fee field of the CustomerDeposit model. Use fees instead.

v0.9.0

Released on

Features
Add activate method to the CardService for activating a prepaid physical card.
Add CardActivationRequest model.
Add new type APPLICATION_FEE to the TransactionType enumeration.
Add new type SET_UP_FEE to the TransactionType enumeration.
Add new type MONTHLY_MAINTENANCE_FEE to the TransactionType enumeration.
Add new field status to the TransactionHistoryParameters model.
Add new field type to the TransactionHistoryParameters model.
Add new field cardId to the TransactionHistoryParameters model.
Improvements
Internal improvements.

v0.8.0

Released on

Features
Add DepositService for managing deposit related operations.
Add deposit related models.
Add CurrencyExchangeService for managing currency exchange related operations.
Add currency exchange related models.
Improvements
Internal error handling is improved.
Breaking Changes
The timestamp number property of FxRate is replaced by creationTime string property.
The expiration number property of FxRate is replaced by expirationTime string property.

v0.7.0

Released on

Features
Add Occupation field to CustomerInfo model.
Fixes
Updated deposit, withdrawal and transfer models to match the API.