StoreDetailAndSubmitResponse |
StoreDetailAndSubmitResponse.additionalData(Map<String,String> additionalData) |
This field contains additional data, which may be returned in a particular response.
|
static StoreDetailAndSubmitResponse |
StoreDetailAndSubmitResponse.fromJson(String jsonString) |
Create an instance of StoreDetailAndSubmitResponse given an JSON string
|
StoreDetailAndSubmitResponse |
StoreDetailAndSubmitResponse.pspReference(String pspReference) |
A new reference to uniquely identify this request.
|
StoreDetailAndSubmitResponse |
StoreDetailAndSubmitResponse.putAdditionalDataItem(String key,
String additionalDataItem) |
|
StoreDetailAndSubmitResponse |
StoreDetailAndSubmitResponse.refusalReason(String refusalReason) |
In case of refusal, an informational message for the reason.
|
StoreDetailAndSubmitResponse |
StoreDetailAndSubmitResponse.resultCode(String resultCode) |
The response: * In case of success is payout-submit-received. * In case of an error, an informational message is returned.
|