Skip to main content

Fields

activeFrom : DateTime

The start datetime of the agreement.

activeTo : DateTime

The end datetime of the agreement, if any.

amount : Int

The amount contributed per interval. Note, this is in the smallest domination that the currecy support. e.g. Pence, Cents, Yen, etc.

contributionScheme : ContributionSchemeType

The scheme to which the agreement contributes.

id : ID! required
interval : Interval

The frequency of contributions.

The periods over which contributions have been made.

Arguments
after : String
before : String
first : Int
last : Int
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.

Example

{ "activeFrom": "1976-02-05T10:05:08.030750+00:00", "activeTo": "1972-08-03T12:43:05.737853+00:00", "amount": 38, "contributionScheme": ContributionSchemeType, "id": "11661849", "interval": "MONTHLY", "periods": ContributionPeriodConnection }