Skip to content

Commit

Permalink
Make request address optional
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelBCarter committed Apr 29, 2024
1 parent e26a31a commit c6e7919
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export interface ContactEmail {
*/
export interface RequestBillingAddress {
/** Street address line 1. */
address: string
address?: string
/** Street address line 2. */
address2?: string | null
/** City of the billing address. */
Expand Down

0 comments on commit c6e7919

Please sign in to comment.