DataSepa
in package
implements
Data
Define payment method
Tags
Interfaces, Classes, Traits and Enums
- Data
- Define payment method
Table of Contents
- $bic : string|null
- $cm : bool
- $country : string|null
- $iban : string
- $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
$bic
public
string|null
$bic
$cm
public
bool
$cm
= true
$country
public
string|null
$country
$iban
public
string
$iban
$label
public
string
$label
$owner
public
string|null
$owner
= null
$type
public
int
$type
= \FAA\Interfaces\PaymentMethod\AccountType::BANK
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