@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-09-14T15:19:00.879+05:30") public class Ptsv2paymentsidcapturesProcessingInformationAuthorizationOptions extends Object
| Constructor and Description |
|---|
Ptsv2paymentsidcapturesProcessingInformationAuthorizationOptions() |
| Modifier and Type | Method and Description |
|---|---|
Ptsv2paymentsidcapturesProcessingInformationAuthorizationOptions |
authType(String authType) |
boolean |
equals(Object o) |
String |
getAuthType()
Authorization type.
|
String |
getVerbalAuthCode()
Authorization code.
|
String |
getVerbalAuthTransactionId()
Transaction ID (TID).
|
int |
hashCode() |
void |
setAuthType(String authType) |
void |
setVerbalAuthCode(String verbalAuthCode) |
void |
setVerbalAuthTransactionId(String verbalAuthTransactionId) |
String |
toString() |
Ptsv2paymentsidcapturesProcessingInformationAuthorizationOptions |
verbalAuthCode(String verbalAuthCode) |
Ptsv2paymentsidcapturesProcessingInformationAuthorizationOptions |
verbalAuthTransactionId(String verbalAuthTransactionId) |
public Ptsv2paymentsidcapturesProcessingInformationAuthorizationOptions()
public Ptsv2paymentsidcapturesProcessingInformationAuthorizationOptions authType(String authType)
public String getAuthType()
public void setAuthType(String authType)
public Ptsv2paymentsidcapturesProcessingInformationAuthorizationOptions verbalAuthCode(String verbalAuthCode)
public String getVerbalAuthCode()
public void setVerbalAuthCode(String verbalAuthCode)
public Ptsv2paymentsidcapturesProcessingInformationAuthorizationOptions verbalAuthTransactionId(String verbalAuthTransactionId)
public String getVerbalAuthTransactionId()
public void setVerbalAuthTransactionId(String verbalAuthTransactionId)
Copyright © 2020. All rights reserved.