PaymentRefundRequests extends ActiveRecord
This is the model class for table "payment_refund_requests".
Table of Contents
Properties
- $checkout : string
- $created_at : string
- $id : int
- $po : string
- $request_id : string
- $updated_at : string
Methods
- register() : bool
- rules() : mixed
- {@inheritdoc}
- tableName() : mixed
- {@inheritdoc}
Properties
$checkout
public
string
$checkout
Nombre de la pasarela de pago
$created_at
public
string
$created_at
$id
public
int
$id
$po
public
string
$po
po
$request_id
public
string
$request_id
Transaction ID / request ID / Payment ID
$updated_at
public
string
$updated_at
Methods
register()
public
static register(array{request_id: string, checkout: string, po: string} $data) : bool
Parameters
- $data : array{request_id: string, checkout: string, po: string}
Return values
boolrules()
{@inheritdoc}
public
rules() : mixed
tableName()
{@inheritdoc}
public
static tableName() : mixed