Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding filter arguments for redemptions list method #284

Open
taitasu555 opened this issue Nov 6, 2024 · 0 comments
Open

Adding filter arguments for redemptions list method #284

taitasu555 opened this issue Nov 6, 2024 · 0 comments

Comments

@taitasu555
Copy link

taitasu555 commented Nov 6, 2024

redemptions list sdk has provided filter arguments

export interface RedemptionsListParams {
    limit?: number;
    page?: number;
    result?: 'SUCCESS' | 'FAILURE';
    campaign?: string;
    customer?: string;
    created_at?: {
        before?: string;
        after?: string;
    };
}

but the API provided more filters like has_value, is_unknow, etc. Will those filters be provided for SDK in the future?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant