Method: Plaid::IdentityMatchUser#phone_number

Defined in:
lib/plaid/models/identity_match_user.rb

#phone_numberObject

The user’s phone number, in E.164 format: {countrycode}{number}. For example: "14157452130". Phone numbers provided in other formats will be parsed on a best-effort basis. Phone number input is validated against valid number ranges; number strings that do not match a real-world phone numbering scheme may cause the request to fail, even in the Sandbox test environment.



23
24
25
# File 'lib/plaid/models/identity_match_user.rb', line 23

def phone_number
  @phone_number
end