P2PPaymentApprovalRequest
public struct P2PPaymentApprovalRequest : Encodable, Equatable
The signing request payload for approving a P2P payment.
-
The consent token for the payment approval.
Declaration
Swift
public let consentToken: String
-
Initializes a new instance of the approval request.
Declaration
Swift
public init(consentToken: String)
Parameters
consentToken
The consent token for the payment approval.