Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
added business type (kolanos#10)
Co-authored-by: ryan.sachs <ryan.sachs@tensilepayments.com>
  • Loading branch information
sachsry and ryan.sachs authored Oct 19, 2021
commit 00fc8efbd654fc728dcb24227cc616c15714ee69
1 change: 1 addition & 0 deletions customer.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ type Customer struct {
PostalCode string `json:"postalCode"`
Phone string `json:"phone"`
BusinessName string `json:"businessName"`
BusinessType string `json:"businessType"`
Controller Controller `json:"controller"`
}

Expand Down