| Package | Description |
|---|---|
| me.figo | |
| me.figo.models |
| Modifier and Type | Method and Description |
|---|---|
Payment |
FigoSession.addContainerPayment(PaymentContainer container) |
Payment |
FigoSession.addPayment(Payment payment)
Create a new payment
|
Payment |
FigoSession.getPayment(Account account,
String paymentId)
Retrieve a specific payment by ID
|
Payment |
FigoSession.getPayment(String accountId,
String paymentId)
Retrieve a specific payment by ID
|
Payment |
FigoSession.modifyStandingOrder(StandingOrder updatedStandingOrder)
Update a standing order, this creates a new payment which has to be submitted to update the existing
standing order
|
Payment |
FigoSession.updatePayment(Payment payment)
Update a stored payment
|
| Modifier and Type | Method and Description |
|---|---|
List<Payment> |
FigoSession.getPayments()
Retrieve all payments
|
List<Payment> |
FigoSession.getPayments(Account account)
all payments on a certain account
|
List<Payment> |
FigoSession.getPayments(String accountId)
Retrieve all payments on a certain account
|
| Modifier and Type | Method and Description |
|---|---|
Payment |
FigoSession.addPayment(Payment payment)
Create a new payment
|
void |
FigoSession.removePayment(Payment payment)
Remove a stored payment from the server
|
String |
FigoSession.submitPayment(Payment payment,
String tanSchemeId,
String state)
Submit payment to bank server
|
String |
FigoSession.submitPayment(Payment payment,
String tanSchemeId,
String state,
String redirectUri)
Submit payment to bank server
|
Payment |
FigoSession.updatePayment(Payment payment)
Update a stored payment
|
| Modifier and Type | Method and Description |
|---|---|
List<Payment> |
PaymentContainer.getContainer() |
List<Payment> |
Payment.PaymentsResponse.getPayments() |
| Modifier and Type | Method and Description |
|---|---|
void |
PaymentContainer.addPayment(Payment payment) |
| Modifier and Type | Method and Description |
|---|---|
void |
PaymentContainer.setContainer(List<Payment> container) |
| Constructor and Description |
|---|
PaymentContainer(List<Payment> paymentList) |
Copyright © 2018 figo GmbH. All rights reserved.