Skip to content

Instantly share code, notes, and snippets.

@SimonHoiberg
Created June 19, 2020 14:14
Show Gist options
  • Save SimonHoiberg/77fa300b822083f09282a302fbd9c166 to your computer and use it in GitHub Desktop.
Save SimonHoiberg/77fa300b822083f09282a302fbd9c166 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