CardholderWorkPhone Property
The cardholder work phone number.
Syntax
public var cardholderWorkPhone: String?
Default Value
""
Remarks
This field contains the work phone number provided by the cardholder.
Phone numbers must be specified in the following format: CountryCode-Subscriber (e.g. 1-1234567899)
The "-" is used to separate the "Country Code" and "Subscriber" sections. The values are then formatted according to the EMVCo specification (a JSON object) in the request like so:
  "homePhone": {
    "cc": "1",
    "subscriber": "1234567899"
  }