Module: OvhSoapi::Order::Methods

Included in:
OvhSoapi::Order, OvhSoapi::Order
Defined in:
lib/ovh_soapi/order.rb

Instance Method Summary collapse

Instance Method Details

#email_mx_plan(domain, type, payWithPoints) ⇒ Object

Order email MX Plan.



6
7
8
# File 'lib/ovh_soapi/order.rb', line 6

def email_mx_plan(domain, type, payWithPoints)
  RpcDriver.soapi.orderEmailMxPlan(Session.session, domain, type, payWithPoints)
end