ReceiptPaymentDetailsCashLoadingLocation

public struct ReceiptPaymentDetailsCashLoadingLocation : Codable, Sendable

Payments details cash loading location model.

  • ID of the store where the transaction was created.

    Declaration

    Swift

    public let storeNetworkId: String
  • ID of the terminal where the transaction was processed.

    Declaration

    Swift

    public let terminalId: String
  • Barcode data associated with the transaction.

    Declaration

    Swift

    public let barcodeData: String?