Braintree |
abstract class |
|
braintree_php/lib/Braintree.php |
Braintree PHP Library |
11 |
|
|
Braintree_AddOn |
class |
|
braintree_php/lib/Braintree/AddOn.php |
|
|
|
|
Braintree_AddOnTest |
class |
|
braintree_php/tests/integration/AddOnsTest.php |
|
|
|
|
Braintree_Address |
class |
|
braintree_php/lib/Braintree/Address.php |
Creates and manages Braintree Addresses |
|
|
|
Braintree_AddressTest |
class |
|
braintree_php/tests/unit/AddressTest.php |
|
|
|
|
Braintree_AddressTest |
class |
|
braintree_php/tests/integration/AddressTest.php |
|
|
|
|
Braintree_BraintreeTest |
class |
|
braintree_php/tests/unit/BraintreeTest.php |
|
|
|
|
Braintree_Collection |
class |
|
braintree_php/lib/Braintree/Collection.php |
Generic Collection class |
1 |
|
|
Braintree_Configuration |
class |
|
braintree_php/lib/Braintree/Configuration.php |
acts as a registry for config data. |
|
|
|
Braintree_ConfigurationTest |
class |
|
braintree_php/tests/unit/ConfigurationTest.php |
|
|
|
|
Braintree_CreditCard |
class |
|
braintree_php/lib/Braintree/CreditCard.php |
Creates and manages Braintree CreditCards |
|
|
|
Braintree_CreditCardNumbers_CardTypeIndicators |
class |
|
braintree_php/tests/Braintree/CreditCardNumbers/CardTypeIndicators.php |
|
|
|
|
Braintree_CreditCardTest |
class |
|
braintree_php/tests/unit/CreditCardTest.php |
|
|
|
|
Braintree_CreditCardTest |
class |
|
braintree_php/tests/integration/CreditCardTest.php |
|
|
|
|
Braintree_Customer |
class |
|
braintree_php/lib/Braintree/Customer.php |
Creates and manages Customers |
|
|
|
Braintree_CustomerAdvancedSearchTest |
class |
|
braintree_php/tests/integration/CustomerAdvancedSearchTest.php |
|
|
|
|
Braintree_CustomerSearch |
class |
|
braintree_php/lib/Braintree/CustomerSearch.php |
|
|
|
|
Braintree_CustomerTest |
class |
|
braintree_php/tests/unit/CustomerTest.php |
|
|
|
|
Braintree_CustomerTest |
class |
|
braintree_php/tests/integration/CustomerTest.php |
|
|
|
|
Braintree_Descriptor |
class |
|
braintree_php/lib/Braintree/Descriptor.php |
|
|
|
|
Braintree_Digest |
class |
|
braintree_php/lib/Braintree/Digest.php |
Digest creates an HMAC-SHA1 hash for encrypting messages |
|
|
|
Braintree_DigestTest |
class |
|
braintree_php/tests/unit/DigestTest.php |
|
|
|
|
Braintree_Discount |
class |
|
braintree_php/lib/Braintree/Discount.php |
|
|
|
|
Braintree_DiscountTest |
class |
|
braintree_php/tests/integration/DiscountTest.php |
|
|
|
|
Braintree_EqualityNode |
class |
|
braintree_php/lib/Braintree/EqualityNode.php |
|
1 |
|
|
Braintree_Error_Codes |
class |
|
braintree_php/lib/Braintree/Error/Codes.php |
Validation Error codes and messages |
|
|
|
Braintree_Error_ErrorCollection |
class |
|
braintree_php/lib/Braintree/Error/ErrorCollection.php |
Handles validation errors |
|
|
|
Braintree_Error_ErrorCollectionTest |
class |
|
braintree_php/tests/integration/Error/ErrorCollectionTest.php |
|
|
|
|
Braintree_Error_Validation |
class |
|
braintree_php/lib/Braintree/Error/Validation.php |
error object returned as part of a validation error collection
provides read-only access to $attribute, $code, and $message |
|
|
|
Braintree_Error_ValidationErrorCollection |
class |
|
braintree_php/lib/Braintree/Error/ValidationErrorCollection.php |
collection of errors enumerating all validation errors for a given request |
|
|
|
Braintree_Error_ValidationErrorCollectionTest |
class |
|
braintree_php/tests/integration/Error/ValidationErrorCollectionTest.php |
|
|
|
|
Braintree_Exception |
class |
|
braintree_php/lib/Braintree/Exception.php |
super class for all Braintree exceptions |
13 |
|
|
Braintree_Exception_Authentication |
class |
|
braintree_php/lib/Braintree/Exception/Authentication.php |
Raised when authentication fails.
This may be caused by an incorrect Braintree_Configuration |
|
|
|
Braintree_Exception_Authorization |
class |
|
braintree_php/lib/Braintree/Exception/Authorization.php |
Raised when the API key being used is not authorized to perform
the attempted action according to the roles assigned to the user
who owns the API key. |
|
|
|
Braintree_Exception_Configuration |
class |
|
braintree_php/lib/Braintree/Exception/Configuration.php |
Raised when the Braintree library is not completely configured. |
|
|
|
Braintree_Exception_DownForMaintenance |
class |
|
braintree_php/lib/Braintree/Exception/DownForMaintenance.php |
Raised when the gateway is down for maintenance. |
|
|
|
Braintree_Exception_ForgedQueryString |
class |
|
braintree_php/lib/Braintree/Exception/ForgedQueryString.php |
Raised from methods that confirm transparent request requests
when the given query string cannot be verified. This may indicate
an attempted hack on the merchant's transparent redirect
confirmation URL. |
|
|
|
Braintree_Exception_InvalidSignature |
class |
|
braintree_php/lib/Braintree/Exception/InvalidSignature.php |
|
|
|
|
Braintree_Exception_NotFound |
class |
|
braintree_php/lib/Braintree/Exception/NotFound.php |
Raised when a record could not be found. |
|
|
|
Braintree_Exception_ServerError |
class |
|
braintree_php/lib/Braintree/Exception/ServerError.php |
Raised when an unexpected server error occurs. |
|
|
|
Braintree_Exception_SSLCaFileNotFound |
class |
|
braintree_php/lib/Braintree/Exception/SSLCaFileNotFound.php |
Raised when the SSL CaFile is not found. |
|
|
|
Braintree_Exception_SSLCertificate |
class |
|
braintree_php/lib/Braintree/Exception/SSLCertificate.php |
Raised when the SSL certificate fails verification. |
|
|
|
Braintree_Exception_Unexpected |
class |
|
braintree_php/lib/Braintree/Exception/Unexpected.php |
Raised when an error occurs that the client library is not built to handle.
This shouldn't happen. |
|
|
|
Braintree_Exception_UpgradeRequired |
class |
|
braintree_php/lib/Braintree/Exception/UpgradeRequired.php |
Raised when a client library must be upgraded. |
|
|
|
Braintree_Exception_ValidationsFailed |
class |
|
braintree_php/lib/Braintree/Exception/ValidationsFailed.php |
Raised from non-validating methods when gateway validations fail. |
|
|
|
Braintree_Http |
class |
|
braintree_php/lib/Braintree/Http.php |
processes Http requests using curl |
|
|
|
Braintree_HttpTest |
class |
|
braintree_php/tests/integration/HttpTest.php |
|
|
|
|
Braintree_Instance |
abstract class |
|
braintree_php/lib/Braintree/Instance.php |
abstract instance template for various objects |
7 |
|
|
Braintree_IsNode |
class |
|
braintree_php/lib/Braintree/IsNode.php |
|
1 |
|
|
Braintree_KeyValueNode |
class |
|
braintree_php/lib/Braintree/KeyValueNode.php |
|
|
|
|