Method: Verizon::CarrierDeactivateRequest#reason_code

Defined in:
lib/verizon/models/carrier_deactivate_request.rb

#reason_codeString

Code identifying the reason for the deactivation. Currently the only valid reason code is “FF”, which corresponds to General Admin/Maintenance.

Returns:

  • (String)


24
25
26
# File 'lib/verizon/models/carrier_deactivate_request.rb', line 24

def reason_code
  @reason_code
end