DataPayPal
in package
implements
Data
Define payment method
Tags
Interfaces, Classes, Traits and Enums
- Data
- Define payment method
Table of Contents
- $email : string
- $id : string
- $label : string
- $subType : string
- $type : int
- CanMigrate() : bool
- Can be migrated to other system
- Type() : int
- One of the system data type constants
Properties
public
string
$email
$id
public
string
$id
$label
public
string
$label
$subType
public
string
$subType
= 'paypal'
$type
public
int
$type
= \FAA\Interfaces\PaymentMethod\AccountType::ONLINE_ACCOUNT
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