Type Alias PlatformAdditionalFeePoliciesNotFoundError
PlatformAdditionalFeePoliciesNotFoundError: {
type: "PLATFORM_ADDITIONAL_FEE_POLICIES_NOT_FOUND";
ids: string[];
graphqlIds: string[];
message?: string;
}
Type declaration
type: "PLATFORM_ADDITIONAL_FEE_POLICIES_NOT_FOUND"
ids: string[]
graphqlIds: string[]
Optional
message?: string