Success

data class Success(val token: String, val description: String, val cardNetwork: String, val cardTail: String) : OpenGooglePayResult

Indicates that payer has chosen credit card and data was received successfully

Parameters

token

information about credit card from Google Pay response

description

credit card description, for example "Visa •••• 1111"

cardNetwork

credit card network

cardTail

last digits of credit card number

Constructors

Link copied to clipboard
fun Success(token: String, description: String, cardNetwork: String, cardTail: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard