CreatePaymentTokenResponse

data class CreatePaymentTokenResponse(val token: String? = null)

Constructors

Link copied to clipboard
fun CreatePaymentTokenResponse(token: String? = null)

Properties

Link copied to clipboard
val token: String? = null

Sources

Link copied to clipboard