Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Pledge ¶
func GetCampaignPledges ¶
type PledgesApiResponse ¶
type PledgesApiResponse struct { Pledges []struct { Attributes struct { AmountCents int `json:"amount_cents"` } `json:"attributes"` Relationships struct { Patron struct { Data struct { Id Id `json:"id"` } `json:"data"` } `json:"patron"` } `json:"relationships"` } `json:"data"` Included []ApiUser `json:"included"` }
Click to show internal directories.
Click to hide internal directories.