PHP 클래스 Braintree\MerchantAccountGateway

파일 보기 프로젝트 열기: braintree/braintree_php

공개 메소드들

메소드 설명
__construct ( $gateway )
_doCreate ( $subPath, $params )
create ( $attribs )
createDeprecatedSignature ( )
createForCurrency ( $attribs )
createSignature ( )
detectSignature ( $attribs )
find ( $merchant_account_id )
update ( $merchant_account_id, $attributes )
updateSignature ( )

비공개 메소드들

메소드 설명
_doUpdate ( $subPath, $params )
_verifyGatewayResponse ( $response )

메소드 상세

__construct() 공개 메소드

public __construct ( $gateway )

_doCreate() 공개 메소드

public _doCreate ( $subPath, $params )

create() 공개 메소드

public create ( $attribs )

createDeprecatedSignature() 공개 정적인 메소드

public static createDeprecatedSignature ( )

createForCurrency() 공개 메소드

public createForCurrency ( $attribs )

createSignature() 공개 정적인 메소드

public static createSignature ( )

detectSignature() 공개 정적인 메소드

public static detectSignature ( $attribs )

find() 공개 메소드

public find ( $merchant_account_id )

update() 공개 메소드

public update ( $merchant_account_id, $attributes )

updateSignature() 공개 정적인 메소드

public static updateSignature ( )