Skip to content

Commit

Permalink
Make address optional on billing address
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelBCarter committed Apr 29, 2024
1 parent fbbabe3 commit e26a31a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { BillingAddressSchema } from './Schema'
*/
export interface BillingAddressFields {
/** 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 e26a31a

Please sign in to comment.