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()
ProtocolFacingPayment
getPaymentId
in interface ProtocolFacingPayment
public String getPaymentContext()
ProtocolFacingPayment
getPaymentContext
in interface ProtocolFacingPayment
public void setPaymentId(String id)
ProtocolFacingPayment
setPaymentId
in interface ProtocolFacingPayment
public void setPaymentContext(String context)
ProtocolFacingPayment
setPaymentContext
in interface ProtocolFacingPayment
public Instant getCreatedAtTime()
getCreatedAtTime
in interface ProtocolFacingPayment
Copyright © 2020. All rights reserved.