CustomerTransactionDetails

public protocol CustomerTransactionDetails : CustomerTransactionSummary

Detailed information for a single transaction

  • The Basket associated to the the transaction

    Declaration

    Swift

    var basket: Basket? { get }