Method: ShellCardManagementApIs::InvoiceDistributionMethod.nullables

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

.nullablesObject

An array for nullable fields



63
64
65
66
67
68
69
# File 'lib/shell_card_management_ap_is/models/invoice_distribution_method.rb', line 63

def self.nullables
  %w[
    frequency_type
    distribution_method
    output_type
  ]
end