CustomerTransactionSummary

public protocol CustomerTransactionSummary : TransactionSummary

Summary information of a transaction performed by a customer

  • The ID of the merchant associated with this transaction

    Declaration

    Swift

    var merchantId: String { get }