Brdge3DSecureResponse

data class Brdge3DSecureResponse(val paymentId: String, val token: String)

Response of Brdge3DSecure action.

Constructors

Link copied to clipboard
constructor(paymentId: String, token: String)

Properties

Link copied to clipboard

ID of a payment.

Link copied to clipboard

Token to be passed to the server.