ApiDoc BACKEND

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

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
bool

        
On this page

Search results