com.wix.pay.smaug.client.model.TokenizeRequest.scala Maven / Gradle / Ivy
The newest version!
/* __ __ _____ __ *\
** / // // /_/ |/ / Wix **
** / // // / /| / (c) 2006-2017, Wix LTD. **
** / // // / // | http://www.wix.com/ **
** \__/|__/_//_/| | **
\* |/ */
package com.wix.pay.smaug.client.model
import com.wix.pay.creditcard.CreditCard
/** Encapsulates the data for a Tokenize request.
*
* @author Raz, Ohad
*/
case class TokenizeRequest(card: CreditCard, tenantId: String)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy