DataCash
in package
implements
Data
Define payment method
Tags
Interfaces, Classes, Traits and Enums
- Data
- Define payment method
Table of Contents
- $label : string
- $owner : string|null
- $type : int
- CanMigrate() : bool
- Can be migrated to other system
- Type() : int
- One of the system data type constants
Properties
$label
public
string
$label
$owner
public
string|null
$owner
= null
$type
public
int
$type
= \FAA\Interfaces\PaymentMethod\AccountType::CASH
Methods
CanMigrate()
Can be migrated to other system
public
CanMigrate() : bool
Return values
bool —Type()
One of the system data type constants
public
Type() : int