PHP Class Stripe\Tests\Api\InvoicesTest

Inheritance: extends Stripe\Tests\StripeTestCase
Afficher le fichier Open project: jlinn/stripe-api-php

Protected Properties

Свойство Type Description
$customerId string
$customers Stripe\Api\Customers
$invoices Stripe\Api\Invoices

Méthodes publiques

Méthode Description
testCreateInvoice ( )
testGetInvoice ( )
testGetUpcomingInvoice ( )
testListInvoiceLineItems ( )
testListInvoices ( )
testPayInvoice ( )
testUpdateInvoice ( )

Méthodes protégées

Méthode Description
setUp ( )
tearDown ( )

Method Details

setUp() protected méthode

protected setUp ( )

tearDown() protected méthode

protected tearDown ( )

testCreateInvoice() public méthode

public testCreateInvoice ( )

testGetInvoice() public méthode

public testGetInvoice ( )

testGetUpcomingInvoice() public méthode

testListInvoiceLineItems() public méthode

testListInvoices() public méthode

public testListInvoices ( )

testPayInvoice() public méthode

public testPayInvoice ( )

testUpdateInvoice() public méthode

public testUpdateInvoice ( )

Property Details

$customerId protected_oe property

protected string $customerId
Résultat string

$customers protected_oe property

protected Customers,Stripe\Api $customers
Résultat Stripe\Api\Customers

$invoices protected_oe property

protected Invoices,Stripe\Api $invoices
Résultat Stripe\Api\Invoices