JFIF x x C C " } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w !1AQ aq"2B #3Rbr{
File "Issuer.php"
Full Path: /var/www/laravel_filter/vendor/mollie/mollie-api-php/src/Resources/Issuer.php
File size: 514 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Mollie\Api\Resources;
class Issuer extends BaseResource
{
/**
* 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;
/**
* Object containing a size1x or size2x image
*
* @var \stdClass
*/
public $image;
}