public class CheckoutProcessRequest extends Object
Constructor and Description |
---|
CheckoutProcessRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getRequestId()
A unique id used to represent the request.
|
Map<String,String> |
getSecurityCodes()
A map of security codes to their payment ids.
|
void |
setRequestId(String requestId)
A unique id used to represent the request.
|
void |
setSecurityCodes(Map<String,String> securityCodes)
A map of security codes to their payment ids.
|
String |
toString() |
public String getRequestId()
public void setRequestId(String requestId)
public Map<String,String> getSecurityCodes()
Copyright © 2021. All rights reserved.