Braintree.Merchant.Business (Braintree v0.13.0)

Represents the business section of a merchant account.

For additional reference, see: https://developers.braintreepayments.com/reference/response/merchant-account/ruby

Link to this section Summary

Link to this section Types

@type t() :: %Braintree.Merchant.Business{
  address: Braintree.Address.t(),
  dba_name: String.t(),
  legal_name: String.t(),
  tax_id: String.t()
}

Link to this section Functions