* @copyright Mollie B.V. * @link https://www.mollie.com */ class Mollie_API_Object_Issuer { /** * Id of the issuer. * * @var string */ public $id; /** * Name of the issuer. * * @var string */ public $name; /** * The payment method this issuer belongs to. * * @see Mollie_API_Object_Method * @var string */ public $method; }