| Current Path : /home/happyrenas/old/happy-and-pay.fr/administration/templates/admin3/mangopay/MangoPay/ |
Linux webd005.cluster105.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 |
| Current File : /home/happyrenas/old/happy-and-pay.fr/administration/templates/admin3/mangopay/MangoPay/Card.php |
<?php
namespace MangoPay;
/**
* Card entity
*/
class Card extends Libraries\EntityBase
{
/**
* Expiration date
* @var string
*/
public $ExpirationDate;
/**
* Alias
* @var string
*/
public $Alias;
/**
* CardProvider
* @var string
*/
public $CardProvider;
/**
* UserId
* @var string
*/
public $UserId;
/**
* Card type
* @var string
*/
public $CardType;
/**
* Product
* @var string
*/
public $Product ;
/**
* Bank code
* @var string
*/
public $BankCode;
/**
* Country
* @var string
*/
public $Country;
/**
* Active
* @var bool
*/
public $Active;
/**
* Currency
* @var string
*/
public $Currency;
/**
* Validity
* @var \MangoPay\CardValidity
*/
public $Validity;
}