Braintree.Merchant.Individual (Braintree v0.13.0)

Represents the individual 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.Individual{
  address: Braintree.Address.t(),
  date_of_birth: String.t(),
  email: String.t(),
  first_name: String.t(),
  last_name: String.t(),
  phone: String.t(),
  ssn_last_4: String.t()
}

Link to this section Functions