public class FigoMapping extends Object
| Constructor and Description |
|---|
FigoMapping() |
| Modifier and Type | Method and Description |
|---|---|
static BankAccount |
mapBankAccount(me.figo.models.Account account,
BankApi bankApi) |
static Booking |
mapBooking(me.figo.models.Transaction transaction,
BankApi bankApi) |
static BankAccount |
mapBookingAccount(me.figo.models.Transaction transaction) |
static StandingOrder |
mapStandingOrder(me.figo.models.StandingOrder figoStandingOrder) |
static TanTransportType |
mapTanTransportTypes(me.figo.models.TanScheme tanScheme) |
static PaymentChallenge |
mapToChallenge(me.figo.models.Challenge challenge) |
static me.figo.models.Payment |
mapToFigoPayment(String accountId,
SinglePayment payment) |
public static StandingOrder mapStandingOrder(me.figo.models.StandingOrder figoStandingOrder)
public static BankAccount mapBankAccount(me.figo.models.Account account, BankApi bankApi)
public static Booking mapBooking(me.figo.models.Transaction transaction, BankApi bankApi)
public static BankAccount mapBookingAccount(me.figo.models.Transaction transaction)
public static TanTransportType mapTanTransportTypes(me.figo.models.TanScheme tanScheme)
public static me.figo.models.Payment mapToFigoPayment(String accountId, SinglePayment payment)
public static PaymentChallenge mapToChallenge(me.figo.models.Challenge challenge)
Copyright © 2018. All rights reserved.