public class ProtocolFacingPaymentImpl extends Object implements ProtocolFacingPayment
| Constructor and Description |
|---|
ProtocolFacingPaymentImpl() |
| 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.
|
public String getPaymentId()
ProtocolFacingPaymentgetPaymentId in interface ProtocolFacingPaymentpublic String getPaymentContext()
ProtocolFacingPaymentgetPaymentContext in interface ProtocolFacingPaymentpublic void setPaymentId(String id)
ProtocolFacingPaymentsetPaymentId in interface ProtocolFacingPaymentpublic void setPaymentContext(String context)
ProtocolFacingPaymentsetPaymentContext in interface ProtocolFacingPaymentpublic Instant getCreatedAtTime()
getCreatedAtTime in interface ProtocolFacingPaymentCopyright © 2020. All rights reserved.