public interface ProtocolFacingPayment
Modifier and Type | Method and Description |
---|---|
Instant |
getCreatedAtTime() |
String |
getPaymentContext()
Get the context of this payment to identify its scope, like the list of IBANs creditor-debtor.
|
String |
getPaymentId()
Get payment ID that is used to identify this consent in ASPSP API calls.
|
void |
setPaymentContext(String context)
Get the context of this payment to identify its scope.
|
void |
setPaymentId(String id)
Set payment ID that is used to identify this payment in ASPSP API calls.
|
String getPaymentId()
String getPaymentContext()
void setPaymentId(String id)
void setPaymentContext(String context)
Instant getCreatedAtTime()
Copyright © 2020. All rights reserved.