PaymentAPIResponse
public struct PaymentAPIResponse : Decodable, Equatable
Undocumented
-
Undocumented
Declaration
Swift
public let paymentId: String -
Undocumented
Declaration
Swift
public let merchantId: String? -
Undocumented
Declaration
Swift
public let transactionId: String? -
Undocumented
Declaration
Swift
public let xId: String? -
Undocumented
Declaration
Swift
public let status: String? -
Undocumented
Declaration
Swift
public let responseDescription: String? -
Undocumented
Declaration
Swift
public let responseCode: String? -
Undocumented
Declaration
Swift
public let paymentMethods: PaymentMethodsResponse? -
Undocumented
See moreDeclaration
Swift
public enum CodingKeys : String, CodingKey -
Declaration
Swift
public init(from decoder: Decoder) throws -
Undocumented
See moreDeclaration
Swift
struct AuthenticationResultObjectResponse : Decodable, Equatable -
Undocumented
See moreDeclaration
Swift
struct CardObjectResponse : Decodable, Equatable -
Undocumented
See moreDeclaration
Swift
struct FraudPrevention : Decodable, Equatable -
A model representing the
See moreswishobject in the API response.Declaration
Swift
struct SwishResponse : Decodable, Equatable -
A container for different payment method responses. It can decode either a
See morecardor aswishobject.Declaration
Swift
struct PaymentMethodsResponse : Decodable, Equatable -
Undocumented
See moreDeclaration
Swift
struct CardResponse : Decodable, Equatable -
Undocumented
See moreDeclaration
Swift
struct ThreeDSLegacyObjectResponse : Decodable, Equatable -
Undocumented
See moreDeclaration
Swift
struct VersioningDataObjectResponse : Decodable, Equatable