Action

class Action(val action: Action) : DropInServiceResult

A call to /payments or /payments/details was successful and returned with an action that needs to be handled.

Use ActionResponse.SERIALIZER to deserialize your JSON response string.

Parameters

action

the action object to be handled by Drop-in.

Constructors

Link copied to clipboard
constructor(action: Action)

Properties

Link copied to clipboard