Package-level declarations
Types
Link copied to clipboard
data class Authorization(val id: String, val customerId: String, val accountId: String, val cardId: String?, val cardPresence: CardPresence?, val slipId: String?, val challenge: ChallengeType?, val cardholderPresence: CardholderPresenceType?, val netAmount: Long?, val netCurrency: String?, val customerAmount: Long?, val customerCurrency: String?, val transactionAmount: Long?, val transactionCurrency: String?, val cardAmount: Long?, val cardCurrency: String?, val fees: List<SimpleFeePayment>?, val creationTime: Calendar?, val direction: AuthorizationDirection, val type: AuthorizationTransactionType?, val status: AuthorizationStatus, val panEntryMethod: PanEntryMethod?, val merchantName: String?, val merchantCity: String?, val merchantCountry: String?, val merchantState: String?, val mcc: String?, val mobileWallet: MobileWalletType?, val responseCode: String?)
Data class containing the details of an authorization.
Link copied to clipboard
Enum class representing the direction of the authorization.
Link copied to clipboard
data class AuthorizationHistoryParameters(val accountId: String?, val limit: Int?, val offset: Int?, val startDate: Calendar?, val endDate: Calendar?, val status: AuthorizationStatus?, val cardId: String?)
Data class containing the filter parameters for a AuthorizationHistory request.
Link copied to clipboard
Data class containing a list of authorizations and metadata for paginated results.
Link copied to clipboard
Enum class representing the prepaid card authorization status.
Link copied to clipboard
Enum class representing the authorization transaction type.
Link copied to clipboard
Enum class representing the cardholder presence.
Link copied to clipboard
Enum class representing the card presence.
Link copied to clipboard
Enum class representing the challenge type.
Link copied to clipboard
Enum class representing the pan entry method.