P2PRequestApprovalRequest

public struct P2PRequestApprovalRequest : Encodable, Equatable

The request for pre-approval of the send money person-to-person (P2P) request.

  • The message associated with the approval request.

    Declaration

    Swift

    public let message: String
  • The ID of the payment means used by the payer.

    Declaration

    Swift

    public let payerPaymentMeansId: String
  • Initializes a new instance of the P2PRequestApprovalRequest struct.

    Declaration

    Swift

    public init(message: String, payerPaymentMeansId: String)

    Parameters

    message

    The message associated with the approval request.

    payerPaymentMeansId

    The ID of the payment means used by the payer.