Braintree.Merchant.Business (Braintree v0.15.0)

Represents the business section of a merchant account.

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

Summary

Types

t()

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

Functions

new(params)