PHP Class Recurly_Transaction, recurly-client-php

Inheritance: extends Recurly_Resource
Mostra file Open project: recurly/recurly-client-php Class Usage Examples

Public Methods

Method Description
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

Protected Methods

Method Description
getNodeName ( )
getWriteableAttributes ( )
uri ( )
uriForTransaction ( $uuid )

Method Details

create() public method

public create ( )

get() public static method

Get Tranasction by uuid
public static get ( string $uuid, Recurly_Client $client = null ) : Recurly_Transaction
$uuid string
$client Recurly_Client optional
return Recurly_Transaction

getNodeName() protected method

protected getNodeName ( )

getWriteableAttributes() protected method

protected getWriteableAttributes ( )

refund() public method

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

uri() protected method

protected uri ( )

uriForTransaction() protected static method

protected static uriForTransaction ( $uuid )

void() public method

Attempt a void, otherwise refund
public void ( )