Skip to content

Instantly share code, notes, and snippets.

@SimonHoiberg
Created June 19, 2020 14:20
Show Gist options
  • Save SimonHoiberg/b5b5230ac08c06c04b36e183a14a59f8 to your computer and use it in GitHub Desktop.
Save SimonHoiberg/b5b5230ac08c06c04b36e183a14a59f8 to your computer and use it in GitHub Desktop.
interface IBody {
paymentMethodID: string;
customerID: string;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment