All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.wix.pay.smaug.client.model.CreditCardToken.scala Maven / Gradle / Ivy

The newest version!
/*      __ __ _____  __                                              *\
**     / // // /_/ |/ /          Wix                                 **
**    / // // / /|   /           (c) 2006-2015, Wix LTD.             **
**   / // // / //   |            http://www.wix.com/                 **
**   \__/|__/_//_/| |                                                **
\*                |/                                                 */
package com.wix.pay.smaug.client.model


import com.wix.pay.creditcard.PublicCreditCard


/** Container for a token and its associated Public Credit Card.
  *
  * @author Raz, Ohad
  */
case class CreditCardToken(token: String, creditCard: PublicCreditCard)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy