Skip to content

Commit

Permalink
add RecurringApplicationCharge missing field 'currency'
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver committed Feb 22, 2024
1 parent 88bdbf6 commit 7f1c313
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recurringapplicationcharge.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ type RecurringApplicationCharge struct {
TrialEndsOn *time.Time `json:"trial_ends_on"`
UpdateCappedAmountURL string `json:"update_capped_amount_url"`
UpdatedAt *time.Time `json:"updated_at"`
Currency string `json:"currency"`
}

func parse(dest **time.Time, data *string) error {
Expand Down

0 comments on commit 7f1c313

Please sign in to comment.