dpvConfirmation property

String? dpvConfirmation
getter/setter pair

The possible values for DPV confirmation.

Returns a single character or returns no value. * N: Primary and any secondary number information failed to DPV confirm. * D: Address was DPV confirmed for the primary number only, and the secondary number information was missing. * S: Address was DPV confirmed for the primary number only, and the secondary number information was present but not confirmed. * Y: Address was DPV confirmed for primary and any secondary numbers. * Empty: If the response does not contain a dpv_confirmation value, the address was not submitted for DPV confirmation.

Implementation

core.String? dpvConfirmation;