AuthorizeNet.PaymentInformation
SourceSummary↑
new_business(first_name, last_name, company, address) |
new_individual(first_name, last_name, company, address) |
Types ↑
t :: %AuthorizeNet.PaymentInformation{address: term, company: term, first_name: term, last_name: term}
Functions
Specs:
- new_business(String.t, String.t, String.t, AuthorizeNet.Address.t) :: t
Specs:
- new_individual(String.t, String.t, String.t, AuthorizeNet.Address.t) :: t