Property | Type | Description | |
---|---|---|---|
Transaction | System |
Method | Description | |
---|---|---|
GetVaultBillingAddress ( ) : Address |
Returns the current billing Address associated with this transaction if one exists When retrieving a transaction from the gateway, the billing address associated with the transaction is returned in the response. If the billing address has been updated in the vault since the transaction occurred, this method can be used to retrieve the updated billing address. |
|
GetVaultCreditCard ( ) : CreditCard |
Returns the current CreditCard associated with this transaction if one exists When retrieving a transaction from the gateway, the credit card used in the transaction is returned in the response. If the credit card record has been updated in the vault since the transaction occurred, this method can be used to retrieve the updated credit card information. This is typically useful in situations where a transaction fails, for example when a credit card expires, and a new transaction needs to be submitted once the new credit card information has been submitted. |
|
GetVaultCustomer ( ) : Customer |
Returns the current Customer associated with this transaction if one exists When retrieving a transaction from the gateway, the customer associated with the transaction is returned in the response. If the customer record has been updated in the vault since the transaction occurred, this method can be used to retrieve the updated customer information. |
|
GetVaultShippingAddress ( ) : Address |
Returns the current shipping Address associated with this transaction if one exists When retrieving a transaction from the gateway, the shipping address associated with the transaction is returned in the response. If the shipping address has been updated in the vault since the transaction occurred, this method can be used to retrieve the updated shipping address. |
|
IsDisbursed ( ) : bool |
Method | Description | |
---|---|---|
Transaction ( NodeWrapper node, IBraintreeGateway gateway ) : System |
Method | Description | |
---|---|---|
Transaction ( ) : System |
protected Transaction ( NodeWrapper node, IBraintreeGateway gateway ) : System | ||
node | NodeWrapper | |
gateway | IBraintreeGateway | |
return | System |