Alokai

MutationUpdateMyPaymentArgs

type MutationUpdateMyPaymentArgs = {
  id: Scalars['String'];
  version: Scalars['Long'];
  actions: Array<MyPaymentUpdateAction>;
};

Referenced Types

On this page