Class BraintreeCaptureTransactionRequest.TransactionDescriptor
java.lang.Object
com.broadleafcommerce.braintree.domain.BraintreeCaptureTransactionRequest.TransactionDescriptor
- All Implemented Interfaces:
Serializable
- Enclosing class:
- BraintreeCaptureTransactionRequest
public static class BraintreeCaptureTransactionRequest.TransactionDescriptor
extends Object
implements Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
The value in the business name field of a customer's statement. -
phone
The value in the phone number field of a customer's statement. -
url
The value in the URL/web address field of a customer's statement.
-
-
Constructor Details
-
TransactionDescriptor
public TransactionDescriptor()
-
-
Method Details
-
setName
-
setPhone
-
setUrl
-
getName
-
getPhone
-
getUrl
-