PHP 클래스 Recurly_Transaction, recurly-client-php

상속: extends Recurly_Resource
파일 보기 프로젝트 열기: recurly/recurly-client-php 1 사용 예제들

공개 메소드들

메소드 설명
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 ( )