Alokai
You are reading the documentation for SDK v2, which is no longer the latest version. Switch to current

PaymentStatus

export type PaymentStatus = {
    __typename?: 'PaymentStatus';
    interfaceCode?: Maybe<Scalars['String']>;
    interfaceText?: Maybe<Scalars['String']>;
    stateRef?: Maybe<Reference>;
    state?: Maybe<State>;
};

Referenced Types

On this page