Braintree.Merchant.Business (Braintree v0.16.0)
Represents the business section of a merchant account.
For additional reference, see: https://developers.braintreepayments.com/reference/response/merchant-account/ruby
Summary
Types
@type t() :: %Braintree.Merchant.Business{ address: Braintree.Address.t(), dba_name: String.t(), legal_name: String.t(), tax_id: String.t() }