Class: KillBillClient::Model::ComboHostedPaymentPage
- Inherits:
-
ComboHostedPaymentPageAttributes
- Object
- Resource
- ComboHostedPaymentPageAttributes
- KillBillClient::Model::ComboHostedPaymentPage
- Defined in:
- lib/killbill_client/models/combo_hosted_payment_page.rb
Instance Method Summary collapse
Instance Method Details
#build_form_descriptor(user = nil, reason = nil, comment = nil, options = {}) ⇒ Object
5 6 7 8 9 10 11 12 13 14 15 |
# File 'lib/killbill_client/models/combo_hosted_payment_page.rb', line 5 def build_form_descriptor(user = nil, reason = nil, comment = nil, = {}) self.class.post "#{HostedPaymentPage::KILLBILL_API_HPP_PREFIX}/hosted/form", to_json, {}, { :user => user, :reason => reason, :comment => comment, }.merge(), HostedPaymentPageFormDescriptorAttributes end |