SimpleModel<AppJWTId>MerchantApplicationJWT, StoreApplicationJWTpublic abstract class ApplicationJWT extends GoPayResponse implements SimpleModel<AppJWTId>
| Constructor | Description |
|---|---|
ApplicationJWT() |
| Modifier and Type | Method | Description |
|---|---|---|
Date |
getCreatedOn() |
|
MerchantId |
getCreatorId() |
|
AppJWTId |
getId() |
|
String |
getJwt() |
|
MerchantId |
getMerchantId() |
|
String |
getSecret() |
getIdempotencyStatus, setIdempotencyStatuspublic MerchantId getMerchantId()
public MerchantId getCreatorId()
public AppJWTId getId()
getId in interface SimpleModel<AppJWTId>public String getSecret()
public String getJwt()
public Date getCreatedOn()
Copyright © 2018 The Apache Software Foundation. All rights reserved.