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 Details

    • name

      public String name
      The value in the business name field of a customer's statement.
    • phone

      public String phone
      The value in the phone number field of a customer's statement.
    • url

      public String url
      The value in the URL/web address field of a customer's statement.
  • Constructor Details

    • TransactionDescriptor

      public TransactionDescriptor()
  • Method Details

    • setName

      public void setName(String name)
    • setPhone

      public void setPhone(String phone)
    • setUrl

      public void setUrl(String url)
    • getName

      public String getName()
    • getPhone

      public String getPhone()
    • getUrl

      public String getUrl()