TypeFactoryInterface
TypeFactoryInterface.php
:
14
Interface
Factory for payment method types.
Methods¶
createType()
¶
TypeFactoryInterface.php
:
23
Creates a new payment method type.
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $identifier | string | - |
Identifier of the payment method type |
| $name | string|null | null |
Name of the payment method type. |
| $domain | string|null | null |
Domain used to translate the name |