/* Options: Date: 2026-05-19 05:38:23 Version: 6.10 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://stubbur-app.azurewebsites.net //Package: //GlobalNamespace: dtos //AddPropertyAccessors: True //SettersReturnThis: True //AddServiceStackTypes: True //AddResponseStatus: False //AddDescriptionAsComments: True //AddImplicitVersion: IncludeTypes: BorgunTest3DSaveCardRequest.* //ExcludeTypes: //TreatTypesAsStrings: //DefaultImports: java.math.*,java.util.*,net.servicestack.client.* */ import java.math.*; import java.util.*; import net.servicestack.client.*; public class dtos { @Route(Path="/borgunTest3D/SaveCard", Verbs="POST") public static class BorgunTest3DSaveCardRequest implements IReturn { public BorgunTokenMultiRequest request = null; public String pan = null; public String expMonth = null; public String expYear = null; public String cvc = null; public String phoneVerificationNumber = null; public String deviceId = null; public String termURL = null; public String forcedPath = null; public String forcedJSONRequest = null; public Boolean skipBorgunCall = null; public BorgunTokenMultiRequest getRequest() { return request; } public BorgunTest3DSaveCardRequest setRequest(BorgunTokenMultiRequest value) { this.request = value; return this; } public String getPan() { return pan; } public BorgunTest3DSaveCardRequest setPan(String value) { this.pan = value; return this; } public String getExpMonth() { return expMonth; } public BorgunTest3DSaveCardRequest setExpMonth(String value) { this.expMonth = value; return this; } public String getExpYear() { return expYear; } public BorgunTest3DSaveCardRequest setExpYear(String value) { this.expYear = value; return this; } public String getCvc() { return cvc; } public BorgunTest3DSaveCardRequest setCvc(String value) { this.cvc = value; return this; } public String getPhoneVerificationNumber() { return phoneVerificationNumber; } public BorgunTest3DSaveCardRequest setPhoneVerificationNumber(String value) { this.phoneVerificationNumber = value; return this; } public String getDeviceId() { return deviceId; } public BorgunTest3DSaveCardRequest setDeviceId(String value) { this.deviceId = value; return this; } public String getTermURL() { return termURL; } public BorgunTest3DSaveCardRequest setTermURL(String value) { this.termURL = value; return this; } public String getForcedPath() { return forcedPath; } public BorgunTest3DSaveCardRequest setForcedPath(String value) { this.forcedPath = value; return this; } public String getForcedJSONRequest() { return forcedJSONRequest; } public BorgunTest3DSaveCardRequest setForcedJSONRequest(String value) { this.forcedJSONRequest = value; return this; } public Boolean isSkipBorgunCall() { return skipBorgunCall; } public BorgunTest3DSaveCardRequest setSkipBorgunCall(Boolean value) { this.skipBorgunCall = value; return this; } private static Object responseType = BorgunTest3DSaveCardResponse.class; public Object getResponseType() { return responseType; } } public static class BorgunTest3DSaveCardResponse { public Integer statusCode = null; public String message = null; public Boolean success = null; public Boolean challengeRequired = null; public String sessionId = null; public String redirectToACSForm = null; public ArrayList redirectToACSData = null; public String enrollmentStatus = null; public String mpiToken = null; public String forcedPath = null; public String forcedJSONRequest = null; public String jsonRequest = null; public String jsonResponse = null; public String requestPath = null; public String requestSent = null; public String requestReceived = null; public String token = null; public String virtualCardNumber = null; public Boolean cardAlreadyExists = null; public Integer getStatusCode() { return statusCode; } public BorgunTest3DSaveCardResponse setStatusCode(Integer value) { this.statusCode = value; return this; } public String getMessage() { return message; } public BorgunTest3DSaveCardResponse setMessage(String value) { this.message = value; return this; } public Boolean isSuccess() { return success; } public BorgunTest3DSaveCardResponse setSuccess(Boolean value) { this.success = value; return this; } public Boolean isChallengeRequired() { return challengeRequired; } public BorgunTest3DSaveCardResponse setChallengeRequired(Boolean value) { this.challengeRequired = value; return this; } public String getSessionId() { return sessionId; } public BorgunTest3DSaveCardResponse setSessionId(String value) { this.sessionId = value; return this; } public String getRedirectToACSForm() { return redirectToACSForm; } public BorgunTest3DSaveCardResponse setRedirectToACSForm(String value) { this.redirectToACSForm = value; return this; } public ArrayList getRedirectToACSData() { return redirectToACSData; } public BorgunTest3DSaveCardResponse setRedirectToACSData(ArrayList value) { this.redirectToACSData = value; return this; } public String getEnrollmentStatus() { return enrollmentStatus; } public BorgunTest3DSaveCardResponse setEnrollmentStatus(String value) { this.enrollmentStatus = value; return this; } public String getMpiToken() { return mpiToken; } public BorgunTest3DSaveCardResponse setMpiToken(String value) { this.mpiToken = value; return this; } public String getForcedPath() { return forcedPath; } public BorgunTest3DSaveCardResponse setForcedPath(String value) { this.forcedPath = value; return this; } public String getForcedJSONRequest() { return forcedJSONRequest; } public BorgunTest3DSaveCardResponse setForcedJSONRequest(String value) { this.forcedJSONRequest = value; return this; } public String getJsonRequest() { return jsonRequest; } public BorgunTest3DSaveCardResponse setJsonRequest(String value) { this.jsonRequest = value; return this; } public String getJsonResponse() { return jsonResponse; } public BorgunTest3DSaveCardResponse setJsonResponse(String value) { this.jsonResponse = value; return this; } public String getRequestPath() { return requestPath; } public BorgunTest3DSaveCardResponse setRequestPath(String value) { this.requestPath = value; return this; } public String getRequestSent() { return requestSent; } public BorgunTest3DSaveCardResponse setRequestSent(String value) { this.requestSent = value; return this; } public String getRequestReceived() { return requestReceived; } public BorgunTest3DSaveCardResponse setRequestReceived(String value) { this.requestReceived = value; return this; } public String getToken() { return token; } public BorgunTest3DSaveCardResponse setToken(String value) { this.token = value; return this; } public String getVirtualCardNumber() { return virtualCardNumber; } public BorgunTest3DSaveCardResponse setVirtualCardNumber(String value) { this.virtualCardNumber = value; return this; } public Boolean isCardAlreadyExists() { return cardAlreadyExists; } public BorgunTest3DSaveCardResponse setCardAlreadyExists(Boolean value) { this.cardAlreadyExists = value; return this; } } public static class BorgunTokenMultiRequest { public String pan = null; public String expMonth = null; public String expYear = null; public BorgunVerifyCardRequest verifyCard = null; public BorgunMetadata metadata = null; public String getPan() { return pan; } public BorgunTokenMultiRequest setPan(String value) { this.pan = value; return this; } public String getExpMonth() { return expMonth; } public BorgunTokenMultiRequest setExpMonth(String value) { this.expMonth = value; return this; } public String getExpYear() { return expYear; } public BorgunTokenMultiRequest setExpYear(String value) { this.expYear = value; return this; } public BorgunVerifyCardRequest getVerifyCard() { return verifyCard; } public BorgunTokenMultiRequest setVerifyCard(BorgunVerifyCardRequest value) { this.verifyCard = value; return this; } public BorgunMetadata getMetadata() { return metadata; } public BorgunTokenMultiRequest setMetadata(BorgunMetadata value) { this.metadata = value; return this; } } public static class BorgunMPIEnrollmentACSField { public String name = null; public String values = null; public String getName() { return name; } public BorgunMPIEnrollmentACSField setName(String value) { this.name = value; return this; } public String getValues() { return values; } public BorgunMPIEnrollmentACSField setValues(String value) { this.values = value; return this; } } public static class BorgunVerifyCardRequest { public Integer checkAmount = null; public String currency = null; public String cvc = null; public Integer getCheckAmount() { return checkAmount; } public BorgunVerifyCardRequest setCheckAmount(Integer value) { this.checkAmount = value; return this; } public String getCurrency() { return currency; } public BorgunVerifyCardRequest setCurrency(String value) { this.currency = value; return this; } public String getCvc() { return cvc; } public BorgunVerifyCardRequest setCvc(String value) { this.cvc = value; return this; } } public static class BorgunMetadata { public String payload = null; public String getPayload() { return payload; } public BorgunMetadata setPayload(String value) { this.payload = value; return this; } } }