CreatePaymentSessionResult
public protocol CreatePaymentSessionResult
The result of creating a PaymentSession
-
The ID of the new
PaymentSession
Declaration
Swift
var paymentSessionId: String { get }
-
A
QRCode
that is associated to thePaymentSession
Declaration
Swift
var qr: QRCode? { get }