PHP 클래스 Stripe\Tests\Api\InvoicesTest

상속: extends Stripe\Tests\StripeTestCase
파일 보기 프로젝트 열기: jlinn/stripe-api-php

보호된 프로퍼티들

프로퍼티 타입 설명
$customerId string
$customers Stripe\Api\Customers
$invoices Stripe\Api\Invoices

공개 메소드들

메소드 설명
testCreateInvoice ( )
testGetInvoice ( )
testGetUpcomingInvoice ( )
testListInvoiceLineItems ( )
testListInvoices ( )
testPayInvoice ( )
testUpdateInvoice ( )

보호된 메소드들

메소드 설명
setUp ( )
tearDown ( )

메소드 상세

setUp() 보호된 메소드

protected setUp ( )

tearDown() 보호된 메소드

protected tearDown ( )

testCreateInvoice() 공개 메소드

public testCreateInvoice ( )

testGetInvoice() 공개 메소드

public testGetInvoice ( )

testGetUpcomingInvoice() 공개 메소드

testListInvoiceLineItems() 공개 메소드

testListInvoices() 공개 메소드

public testListInvoices ( )

testPayInvoice() 공개 메소드

public testPayInvoice ( )

testUpdateInvoice() 공개 메소드

public testUpdateInvoice ( )

프로퍼티 상세

$customerId 보호되어 있는 프로퍼티

protected string $customerId
리턴 string

$customers 보호되어 있는 프로퍼티

protected Customers,Stripe\Api $customers
리턴 Stripe\Api\Customers

$invoices 보호되어 있는 프로퍼티

protected Invoices,Stripe\Api $invoices
리턴 Stripe\Api\Invoices