Skip to main content

Fields

account : Account! required

The account associated with the agreement.

address : String

住所 (Address).

agreedAt : DateTime
agreedFrom : DateTime

The datetime the agreement was entered.

agreedTo : DateTime

The datetime the agreement was terminated.

characteristicValues : [CharacteristicValueInterface]

The characteristic values associated with the agreement.

Arguments
at : DateTime

The datetime to check the characteristic value at.

gasCustomerNumber : String

ガスお客様番号 (Gas customer number).

gasSupplyPointId : String

ガス供給地点特定番号 (Gas supply point identification number).

id : ID! required
isActive : Boolean

Whether the agreement is currently active.

isRevoked : Boolean

Whether the agreement is revoked.

params : JSONString

General parameters providing additional information about the agreement.

product : SupplyProductType

The product associated with the agreement.

ratesAgreedAt : DateTime! required
rescissionDeadlineAt : DateTime

The deadline until which the customer is allowed to rescind this agreement. If it is null, rescission is not permitted.

supplyPoint : SupplyPointType! required

The agreement's supply point.

terminatedAt : DateTime
validFrom : DateTime! required
validTo : DateTime
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

{ "account": Account, "address": "reduce-can-action-drop-great", "agreedAt": "1994-08-05T04:18:56.243311+00:00", "agreedFrom": "2010-04-25T15:13:06.923893+00:00", "agreedTo": "1999-06-12T23:57:11.231768+00:00", "characteristicValues": CharacteristicValueInterface, "gasCustomerNumber": "allow-affect-kitchen-collection-space", "gasSupplyPointId": "47718844", "id": "99955048", "isActive": true, "isRevoked": true, "params": {"key": "value"}, "product": SupplyProductType, "ratesAgreedAt": "2004-11-28T09:24:07.498813+00:00", "rescissionDeadlineAt": "1981-11-08T09:50:39.439727+00:00", "supplyPoint": SupplyPointType, "terminatedAt": "2014-10-29T20:58:06.637102+00:00", "validFrom": "1986-05-16T17:27:10.296190+00:00", "validTo": "1979-05-03T15:38:09.272557+00:00" }