APMTokenReturn

open class APMTokenReturn

Constructors

Link copied to clipboard
constructor(@NonNull token: String, @NonNull customerId: String, @NonNull tokenId: String)
constructor(@NonNull token: String)
constructor(error: ProcessOutException)

Types

Link copied to clipboard

Properties

Link copied to clipboard
open val customerId: String
Link copied to clipboard
Link copied to clipboard
open val token: String
Link copied to clipboard
open val tokenId: String
Link copied to clipboard