diff --git a/MangoPay/Address.php b/MangoPay/Address.php index 59eba588..5595804a 100644 --- a/MangoPay/Address.php +++ b/MangoPay/Address.php @@ -40,6 +40,7 @@ class Address extends Libraries\Dto /** * Country. * @var string + * @see \MangoPay\CountryIso */ public $Country; diff --git a/MangoPay/BankAccountDetailsOTHER.php b/MangoPay/BankAccountDetailsOTHER.php index a14042e0..efad54f2 100644 --- a/MangoPay/BankAccountDetailsOTHER.php +++ b/MangoPay/BankAccountDetailsOTHER.php @@ -17,6 +17,7 @@ class BankAccountDetailsOTHER extends Libraries\Dto implements BankAccountDetail * The Country associate to the BankAccount, * ISO 3166-1 alpha-2 format is expected * @var string + * @see \MangoPay\CountryIso */ public $Country; diff --git a/MangoPay/BankingAliasIBAN.php b/MangoPay/BankingAliasIBAN.php index ab0c4f8d..c01ca5d8 100644 --- a/MangoPay/BankingAliasIBAN.php +++ b/MangoPay/BankingAliasIBAN.php @@ -28,6 +28,7 @@ class BankingAliasIBAN extends BankingAlias /** * The country * @var string + * @see \MangoPay\CountryIso */ public $Country; } diff --git a/MangoPay/BankingAliasOTHER.php b/MangoPay/BankingAliasOTHER.php index a308ddd8..81b3933c 100644 --- a/MangoPay/BankingAliasOTHER.php +++ b/MangoPay/BankingAliasOTHER.php @@ -21,6 +21,7 @@ class BankingAliasOTHER extends BankingAlias /** * Country + * @see \MangoPay\CountryIso */ public $Country; } diff --git a/MangoPay/Card.php b/MangoPay/Card.php index a396c814..d84a0bac 100644 --- a/MangoPay/Card.php +++ b/MangoPay/Card.php @@ -34,6 +34,7 @@ class Card extends Libraries\EntityBase /** * Card type * @var string + * @see \MangoPay\CardType */ public $CardType; @@ -52,6 +53,7 @@ class Card extends Libraries\EntityBase /** * Country * @var string + * @see \MangoPay\CountryIso */ public $Country; diff --git a/MangoPay/CardPreAuthorization.php b/MangoPay/CardPreAuthorization.php index 2b640438..faec998d 100644 --- a/MangoPay/CardPreAuthorization.php +++ b/MangoPay/CardPreAuthorization.php @@ -163,12 +163,14 @@ class CardPreAuthorization extends Libraries\EntityBase /** * Requested3DSVersion * @var string + * @see \MangoPay\Supported3DSVersion */ public $Requested3DSVersion; /** * Applied3DSVersion * @var string + * @see \MangoPay\Supported3DSVersion */ public $Applied3DSVersion; diff --git a/MangoPay/CardRegistration.php b/MangoPay/CardRegistration.php index b9e10f38..05312412 100644 --- a/MangoPay/CardRegistration.php +++ b/MangoPay/CardRegistration.php @@ -16,6 +16,7 @@ class CardRegistration extends Libraries\EntityBase /** * CardType * @var string + * @see \MangoPay\CardType */ public $CardType; diff --git a/MangoPay/CardType.php b/MangoPay/CardType.php new file mode 100644 index 00000000..3dbc3662 --- /dev/null +++ b/MangoPay/CardType.php @@ -0,0 +1,16 @@ +