setCVV(object)
This page's content:
Set CVV with token object.
Declaration
Copy
public static func setCVV(token: EBANXToken, cvv: String, session: NSURLSession = NSURLSession.sharedSession(), complete: EBANXTokenRequestComplete)
Method parameters
token
EBANXToken
Token object that will be linked with a CVV.
cvv
String
Credit Card CVV.
complete
NetworkResponse