PHP Class Recurly_Transaction, recurly-client-php

Inheritance: extends Recurly_Resource
Afficher le fichier Open project: recurly/recurly-client-php Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
getNodeName ( )
getWriteableAttributes ( )
uri ( )
uriForTransaction ( $uuid )

Method Details

create() public méthode

public create ( )

get() public static méthode

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

getNodeName() protected méthode

protected getNodeName ( )

getWriteableAttributes() protected méthode

protected getWriteableAttributes ( )

refund() public méthode

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

uri() protected méthode

protected uri ( )

uriForTransaction() protected static méthode

protected static uriForTransaction ( $uuid )

void() public méthode

Attempt a void, otherwise refund
public void ( )