OpenGooglePayResult

sealed class OpenGooglePayResult

Class indicating result of Google Pay module

Types

Link copied to clipboard

Indicates that payer closed the Google Pay module without selecting the credit card

Link copied to clipboard
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

Link copied to clipboard

Indicates that there was a error while parsing data or receiving activity result code

Inheritors

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