SessionResultResponse |
SessionResultResponse.additionalData(Map<String,String> additionalData) |
Contains additional information about the payment.
|
SessionResultResponse |
SessionResultResponse.addPaymentsItem(Payment paymentsItem) |
|
static SessionResultResponse |
SessionResultResponse.fromJson(String jsonString) |
Create an instance of SessionResultResponse given an JSON string
|
SessionResultResponse |
SessionResultResponse.id(String id) |
A unique identifier of the session.
|
SessionResultResponse |
SessionResultResponse.includeNullValues(boolean includeNullValues) |
Configures whether null values are explicitly serialized in the JSON payload.
|
SessionResultResponse |
SessionResultResponse.payments(List<Payment> payments) |
A list of all authorised payments done for this session.
|
SessionResultResponse |
SessionResultResponse.putAdditionalDataItem(String key,
String additionalDataItem) |
|
SessionResultResponse |
SessionResultResponse.reference(String reference) |
The unique reference that you provided in the original `/sessions` request.
|
SessionResultResponse |
SessionResultResponse.status(SessionResultResponse.StatusEnum status) |
The status of the session.
|