ReceiptTransationTypeDetails
public struct ReceiptTransationTypeDetails : Codable, Sendable
Transaction type details model.
-
If this transaction is related to an issued card, this structure will show additional details.
Declaration
Swift
public let issuedCardDetails: ReceiptTransationIssuedCardDetails? -
If this transaction is related to an
INTERNATIONAL_TRANSFERthis structure will show additional detailsDeclaration
Swift
public let globalPaymentsDetails: ReceiptGlobalPaymentsDetails? -
Cash loading.
Declaration
Swift
public let cashLoading: ReceiptPaymentDetailsCashLoading?
View on GitHub