OPPPixVaPaymentParams
@objc
public final class OPPPixVaPaymentParams : OPPIdentificationPaymentParams
Class to represent a set of parameters needed for performing PIX_VA payment flow.
-
Creates an object representing a PIX_VA transaction.
Throws
The error that occurred while validating payment parameters. See code attribute (OPPErrorCode) andNSLocalizedDescriptionto identify the reason of failure.Declaration
Swift
@objc public init(checkoutId: String, identificationDocType: OPPIdentificationDocType, identificationDocId: String) throwsParameters
checkoutIDThe checkout ID of the transaction. Must be not
nilor empty.identificationDocTypeIdentification documentaion type.
identificationDocIdIdentification document id in string format.
OPPPixVaPaymentParams Class Reference