interface TransactionMembers {
    alternateConnections: null | (Connection | EnterpriseConnection)[];
    connectionStrategy: null | string;
    countryCode: null | string;
    countryPrefix: null | string;
    currentConnection: null | Connection;
    errors: null | Error[];
    hasErrors: boolean;
    locale: string;
    state: string;
}

Hierarchy (view full)

Properties

alternateConnections: null | (Connection | EnterpriseConnection)[]
connectionStrategy: null | string
countryCode: null | string
countryPrefix: null | string
currentConnection: null | Connection
errors: null | Error[]
hasErrors: boolean
locale: string
state: string