public class ProtocolFacingPaymentImpl extends Object implements ProtocolFacingPayment
| Constructor and Description |
|---|
ProtocolFacingPaymentImpl() |
| Modifier and Type | Method and Description |
|---|---|
Instant |
getCreatedAtTime() |
String |
getPaymentContext() |
String |
getPaymentId() |
void |
setPaymentContext(String context) |
void |
setPaymentId(String id) |
public String getPaymentId()
getPaymentId in interface ProtocolFacingPaymentpublic String getPaymentContext()
getPaymentContext in interface ProtocolFacingPaymentpublic void setPaymentId(String id)
setPaymentId in interface ProtocolFacingPaymentpublic void setPaymentContext(String context)
setPaymentContext in interface ProtocolFacingPaymentpublic Instant getCreatedAtTime()
getCreatedAtTime in interface ProtocolFacingPaymentCopyright © 2020. All rights reserved.