PaymentResult

@objcMembers
public class PaymentResult : NSObject, Codable

The message to communicate the result of a completed payment.

  • The list of completed payments, typically 1 payment but will be multiple in the case of a split payment done on the terminal.

    Declaration

    Swift

    public private(set) var payments: [Payment] { get }