Method: AdvancedBilling::PaymentForAllocation.optionals
- Defined in:
- lib/advanced_billing/models/payment_for_allocation.rb
.optionals ⇒ Object
An array for optional fields
39 40 41 42 43 44 45 46 |
# File 'lib/advanced_billing/models/payment_for_allocation.rb', line 39 def self.optionals %w[ id amount_in_cents success memo ] end |