Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PostCustomerJSONBody

Hierarchy

  • PostCustomerJSONBody

Index

Properties

Properties

customer

customer: (Pick<Customer, "email" | "first_name" | "last_name"> & Partial<Pick<Customer, "addresses" | "email" | "first_name" | "last_name" | "phone" | "verified_email">> & { metafields?: PostMetafieldJSONBody[]; send_email_invite?: boolean } & { password?: undefined; password_confirmation?: undefined }) & (Pick<Customer, "email" | "first_name" | "last_name"> & Partial<Pick<Customer, "addresses" | "email" | "first_name" | "last_name" | "phone" | "verified_email">> & { metafields?: PostMetafieldJSONBody[]; send_email_invite?: boolean } & { password: string; password_confirmation: string })

Generated using TypeDoc