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