NAME
WebService::Braintree::Result
PURPOSE
This class represents a result from the Braintree API with no validation errors.
This class is a sibling class to WebService::Braintree::PaymentMethodResult.
METHODS
Possible objects
These are the possible objects that are returnable by this object. If this result does not have anything for that method, it will return undef.
- add_on
 - address
 - apple_pay_card
 - apple_pay_options
 - credit_card
 - credit_card_verification
 - customer
 - dispute
 - discount
 - document_upload
 - europe_bank_account
 - evidence
 - ideal_payment
 - merchant
 - merchant_account
 - payment_method_nonce
 - paypal_account
 - settlement_batch_summary
 - subscription
 - transaction
 - us_bank_account
 - verification
 
response
This is the actual response received from Braintree.
is_success
This always returns true.