Interface ListReelMediaViewerFeedResponseDonation_amount_config

interface ListReelMediaViewerFeedResponseDonation_amount_config {
    default_selected_donation_value: number;
    donation_amount_selector_values: number[];
    maximum_donation_amount: number;
    minimum_donation_amount: number;
    user_currency: string;
}

Properties

default_selected_donation_value: number
donation_amount_selector_values: number[]
maximum_donation_amount: number
minimum_donation_amount: number
user_currency: string