BP Struct: Patreon Pledge History
| C++ Struct | FPatreonPledgeHistory |
|---|
Contains information about when a user changed their pledge status.
Properties
-
Pledge HistoryArray of
Patreon Pledge EventCollection of pledge events for a single user. Expected to be sorted according to date.
Functions
-
Pledged To Tier After (by ID)
Checks if the user was pledged to the specified tier at any time after a provided date.
Inputs
-
Pledge HistoryPatreon Pledge HistoryThe pledge history to search
-
Tier IdStringThe ID of the tier to check
-
DateDateTimeThe minimum date that should be considered.
Outputs
-
Return ValueBoolTrue if the user was pledged to the specified tier after the given date.
-
-
Pledged To Tier After (by Title)
Checks if the user was pledged to the specified tier at any time after a provided date.
-
Pledge HistoryPatreon Pledge HistoryThe pledge history to search
Inputs
-
Tier NameStringThe Title of the tier to check
-
DateDateTimeThe minimum date that should be considered.
Outputs
-
Return ValueBoolTrue if the user was pledged to the specified tier after the given date.
-
-
Pledged To Tier Before (by ID)
Checks if the user was pledged to the specified tier at any time before a provided date.
Inputs
-
Pledge HistoryPatreon Pledge HistoryThe pledge history to search
-
Tier IdStringThe ID of the tier to check
-
DateDateTimeThe maximum date that should be considered.
Outputs
-
Return ValueBoolTrue if the user was pledged to the specified tier before the given date.
-
-
Pledged To Tier Before (by Title)
Checks if the user was pledged to the specified tier at any time before a provided date.
Inputs
-
Pledge HistoryPatreon Pledge HistoryThe pledge history to search
-
Tier NameStringThe Title of the tier to check
-
DateDateTimeThe minimum date that should be considered.
Outputs
-
Return ValueBoolTrue if the user was pledged to the specified tier before the given date.
-
-
Pledged To Tiers After
Returns the titles of the tier(s) the user was pledged to after the given date.
Inputs
-
Pledge HistoryPatreon Pledge HistoryThe pledge history to search
-
DateDateTimeThe minimum date that should be considered.
Outputs
-
Return ValueArray of
StringAll of the titles of the tiers the user was pledged to after the given date.
-
-
Pledged To Tiers Before
Returns the titles of the tier(s) the user was pledged to before a given date.
Inputs
-
Pledge HistoryPatreon Pledge HistoryThe pledge history to search
-
DateDateTimeThe maximum date that should be considered.
Outputs
-
Return ValueArray of
StringAll of the titles of the tiers the user was pledged to before the given date.
-
-
Pledged To Tiers During
Returns the titles of the tier(s) the user was pledged to during the given month, if any. If the user did not have a subscription during the given month, returns an empty list.
Inputs
-
Pledge HistoryPatreon Pledge HistoryThe pledge history to search
-
YearIntegerThe year to check
-
MonthIntegerThe the month in
Yearto check
Outputs
-
Return ValueArray of
StringAll of the titles of the tiers the user was pledged to during the given month.
-
For any questions, help, suggestions or feature requests, please feel free to contact me at nbpsup@gmail.com