Method: ShellCardManagementApIs::PINDeliverTo.nullables

Defined in:
lib/shell_card_management_ap_is/models/pin_deliver_to.rb

.nullablesObject

An array for nullable fields



100
101
102
103
104
105
106
107
108
109
110
# File 'lib/shell_card_management_ap_is/models/pin_deliver_to.rb', line 100

def self.nullables
  %w[
    contact_name
    contact_title
    zip_code
    region_id
    country_id
    phone_number
    email_address
  ]
end