Method: AdvancedBilling::RecordPaymentResponse.nullables
- Defined in:
- lib/advanced_billing/models/record_payment_response.rb
.nullables ⇒ Object
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 |