PHP Class Stripe\Tests\Api\InvoicesTest

Inheritance: extends Stripe\Tests\StripeTestCase
Datei anzeigen Open project: jlinn/stripe-api-php

Protected Properties

Property Type Description
$customerId string
$customers Stripe\Api\Customers
$invoices Stripe\Api\Invoices

Public Methods

Method Description
testCreateInvoice ( )
testGetInvoice ( )
testGetUpcomingInvoice ( )
testListInvoiceLineItems ( )
testListInvoices ( )
testPayInvoice ( )
testUpdateInvoice ( )

Protected Methods

Method Description
setUp ( )
tearDown ( )

Method Details

setUp() protected method

protected setUp ( )

tearDown() protected method

protected tearDown ( )

testCreateInvoice() public method

public testCreateInvoice ( )

testGetInvoice() public method

public testGetInvoice ( )

testGetUpcomingInvoice() public method

testListInvoiceLineItems() public method

testListInvoices() public method

public testListInvoices ( )

testPayInvoice() public method

public testPayInvoice ( )

testUpdateInvoice() public method

public testUpdateInvoice ( )

Property Details

$customerId protected_oe property

protected string $customerId
return string

$customers protected_oe property

protected Customers,Stripe\Api $customers
return Stripe\Api\Customers

$invoices protected_oe property

protected Invoices,Stripe\Api $invoices
return Stripe\Api\Invoices