PhoneNumberChargeSummary
What one phone number cost: its one-time purchase charge or one month's rental.
- amountType: integer
_in _cents min:0requiredAmount in cents: a fixed multiple of the cost the carrier quoted for the number, rounded up to the whole cent. Phone-number charges are final from the moment they are raised — there is no pending state.
- chargeType: PhoneNumberChargeKindenum
_kind requiredWhether this is the number's one-time purchase charge or one month's rental.
valuespurchasemonthly_rental - createdType: stringFormat: date-time
_at requiredWhen the charge was raised.
- finalizedType: stringFormat: date-time
_at requiredWhen the amount was settled — always set, in the same moment the charge was raised.
- idType: stringmin length:1max length:512required
Identifier of the charge.
- phoneType: string
_number requiredThe organization-owned phone number this charge is for, in E.164 format — the number itself is how owned numbers are identified everywhere in this API.
- rentalType: stringFormat: datenullable
_month The first day of the month a rental charge covers. Null for a purchase charge.

