PHP Класс Recurly_Transaction, recurly-client-php

Наследование: extends Recurly_Resource
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
create ( )
get ( string $uuid, Recurly_Client $client = null ) : Recurly_Transaction Get Tranasction by uuid
refund ( $amountInCents = null ) Refund a previous, successful transaction
void ( ) Attempt a void, otherwise refund

Защищенные методы

Метод Описание
getNodeName ( )
getWriteableAttributes ( )
uri ( )
uriForTransaction ( $uuid )

Описание методов

create() публичный Метод

public create ( )

get() публичный статический Метод

Get Tranasction by uuid
public static get ( string $uuid, Recurly_Client $client = null ) : Recurly_Transaction
$uuid string
$client Recurly_Client optional
Результат Recurly_Transaction

getNodeName() защищенный Метод

protected getNodeName ( )

getWriteableAttributes() защищенный Метод

protected getWriteableAttributes ( )

refund() публичный Метод

Refund a previous, successful transaction
public refund ( $amountInCents = null )

uri() защищенный Метод

protected uri ( )

uriForTransaction() защищенный статический Метод

protected static uriForTransaction ( $uuid )

void() публичный Метод

Attempt a void, otherwise refund
public void ( )