MerchantPayload

public protocol MerchantPayload

Payload provided by the merchant to support other types of messaging.

  • The ID of the previously configured schema that will be used to validate the contents of the payload

    Declaration

    Swift

    var schemaId: String? { get }
  • The contents of the message

    Declaration

    Swift

    var payload: [String : AnyObject] { get }