Method: ShellCardManagementApIs::PINDeliverTo#email_address
- Defined in:
- lib/shell_card_management_ap_is/models/pin_deliver_to.rb
#email_address ⇒ String
Cardholder email address for PIN delivery Max Length : 90 Example: [email protected] <br/>Note:Based on the international standard that there can be Max Length 64 before the @ (the ‘Local part’)
64(minimum of 1) Max Lenth after the (the domain) = 88 (Minimum of 2)
60 61 62 |
# File 'lib/shell_card_management_ap_is/models/pin_deliver_to.rb', line 60 def email_address @email_address end |