create(token)
This page's content:
Request token with creditcard, country and completionHandler.
Declaration
Copy
public static func create(card: EBANXCreditCard, country: EBANXCountryType, session: NSURLSession = NSURLSession.sharedSession(), complete: EBANXTokenRequestComplete)
Method parameters
creditCard
EBANXCreditCard
Card Info used to generate the token.
country
EBANXCountryType
Country Info.
complete
NetworkResponse