ActionComponentData
data class ActionComponentData(var paymentData: String? = null, var details: JSONObject? = null) : ModelObject
Class containing the whole request data expected by the /payments/details endpoint. Use ActionComponentData.SERIALIZER to serialize it to a JSONObject.