PHP Class app\models\PaymentType

Inheritance: extends app\models\Record
Show file Open project: hillelcoren/invoice-ninja Class Usage Examples

Public Properties

Property Type Description
$timestamps boolean

Public Methods

Method Description
gatewayType ( ) : BelongsTo

Method Details

gatewayType() public method

public gatewayType ( ) : BelongsTo
return Illuminate\Database\Eloquent\Relations\BelongsTo

Property Details

$timestamps public property

public bool $timestamps
return boolean