Overview

Namespaces

  • Guzzle
    • Batch
      • Exception
    • Cache
    • Common
      • Exception
    • Http
      • Curl
      • Exception
      • Message
        • Header
      • QueryAggregator
    • Inflection
    • Iterator
    • Log
    • Parser
      • Cookie
      • Message
      • UriTemplate
      • Url
    • Plugin
      • Async
      • Backoff
      • Cache
      • Cookie
        • CookieJar
        • Exception
      • CurlAuth
      • ErrorResponse
        • Exception
      • History
      • Log
      • Md5
      • Mock
      • Oauth
    • Service
      • Builder
      • Command
        • Factory
        • LocationVisitor
          • Request
          • Response
      • Description
      • Exception
      • Resource
    • Stream
    • Tests
      • Batch
      • Cache
      • Common
        • Cache
        • Exception
      • Http
        • Curl
        • Exception
        • Message
          • Header
      • Inflection
      • Iterator
      • Log
      • Message
      • Mock
      • Parser
        • Cookie
        • Message
      • Parsers
        • UriTemplate
      • Plugin
        • Async
        • Backoff
        • Cache
        • Cookie
          • CookieJar
        • CurlAuth
        • ErrorResponse
        • History
        • Log
        • Md5
        • Mock
        • Oauth
        • Redirect
      • Service
        • Builder
        • Command
          • LocationVisitor
            • Request
            • Response
        • Description
        • Exception
        • Mock
          • Command
            • Sub
          • Model
        • Resource
      • Stream
  • None
  • Omnipay
    • Common
      • Exception
      • Message
    • Dummy
      • Message
    • VivaPayments
      • Message
  • PHP

Classes

  • AbstractGateway
  • CreditCard
  • Currency
  • GatewayFactory
  • Helper
  • Issuer
  • Item
  • ItemBag
  • PaymentMethod

Interfaces

  • GatewayInterface
  • ItemInterface
  • Overview
  • Namespace
  • Class
  • Tree

Class Issuer

Issuer

This class abstracts some functionality around card issuers used in the Omnipay system.

Namespace: Omnipay\Common
Located at Common/Issuer.php
Methods summary
public
# __construct( string $id, string $name, string|null $paymentMethod = null )

Create a new Issuer

Create a new Issuer

Parameters

$id
The identifier of this issuer
$name
The name of this issuer
$paymentMethod
The ID of a payment method this issuer belongs to

See

Omnipay\Common\PaymentMethod
public string
# getId( )

The identifier of this issuer

The identifier of this issuer

Returns

string
public string
# getName( )

The name of this issuer

The name of this issuer

Returns

string
public string
# getPaymentMethod( )

The ID of a payment method this issuer belongs to

The ID of a payment method this issuer belongs to

Returns

string

See

Omnipay\Common\PaymentMethod
Properties summary
protected string $id

The identifier of the issuer.

The identifier of the issuer.

#
protected string $name

The full name of the issuer.

The full name of the issuer.

#
protected string $paymentMethod

The ID of a payment method that the issuer belongs to.

The ID of a payment method that the issuer belongs to.

See

Omnipay\Common\PaymentMethod
#
Omnipay Viva Payments Gateway Module API Documentation API documentation generated by ApiGen