@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-04-09T11:41:34.789+05:30") public class Ptsv2paymentsTokenInformation extends Object
| Constructor and Description |
|---|
Ptsv2paymentsTokenInformation() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getJti()
TMS Transient Token, 64 hexadecimal id value representing captured payment credentials (including Sensitive Authentication Data, e.g.
|
String |
getTransientTokenJwt()
Flex API Transient Token encoded as JWT (JSON Web Token), e.g.
|
int |
hashCode() |
Ptsv2paymentsTokenInformation |
jti(String jti) |
void |
setJti(String jti) |
void |
setTransientTokenJwt(String transientTokenJwt) |
String |
toString() |
Ptsv2paymentsTokenInformation |
transientTokenJwt(String transientTokenJwt) |
public Ptsv2paymentsTokenInformation jti(String jti)
public String getJti()
public void setJti(String jti)
public Ptsv2paymentsTokenInformation transientTokenJwt(String transientTokenJwt)
public String getTransientTokenJwt()
public void setTransientTokenJwt(String transientTokenJwt)
Copyright © 2020. All rights reserved.