Method: AdvancedBilling::RecordPaymentResponse.nullables

Defined in:
lib/advanced_billing/models/record_payment_response.rb

.nullablesObject

An array for nullable fields



37
38
39
40
41
# File 'lib/advanced_billing/models/record_payment_response.rb', line 37

def self.nullables
  %w[
    prepayment
  ]
end