Home > @vsf-enterprise/commercetools-types > MutationUpdatePaymentArgs
# MutationUpdatePaymentArgs type
Signature:
export declare type MutationUpdatePaymentArgs = {
version: Scalars['Long'];
actions: Array<PaymentUpdateAction>;
id?: InputMaybe<Scalars['String']>;
key?: InputMaybe<Scalars['String']>;
};
References: Scalars, PaymentUpdateAction, InputMaybe