Class: BillingInvoiceInfoPayementStruct

Inherits:
Object
  • Object
show all
Defined in:
lib/ovhrb/manager/manager.rb

Overview

http://soapi.ovh.com/managerbillingInvoiceInfoPayementStruct

Constant Summary collapse

@@schema_type =
"billingInvoiceInfoPayementStruct"
@@schema_ns =
"http://soapi.ovh.com/manager"
@@schema_element =
[["finaldate", ["SOAP::SOAPString", XSD::QName.new(nil, "finaldate")]], ["deposit_date", ["SOAP::SOAPString", XSD::QName.new(nil, "deposit_date")]], ["status", ["SOAP::SOAPString", XSD::QName.new(nil, "status")]], ["customerid", ["SOAP::SOAPString", XSD::QName.new(nil, "customerid")]], ["paymentmean", ["SOAP::SOAPString", XSD::QName.new(nil, "paymentmean")]], ["paymentdate", ["SOAP::SOAPString", XSD::QName.new(nil, "paymentdate")]], ["orderid", ["SOAP::SOAPInt", XSD::QName.new(nil, "orderid")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(finaldate = nil, deposit_date = nil, status = nil, customerid = nil, paymentmean = nil, paymentdate = nil, orderid = nil) ⇒ BillingInvoiceInfoPayementStruct

Returns a new instance of BillingInvoiceInfoPayementStruct.



5555
5556
5557
5558
5559
5560
5561
5562
5563
# File 'lib/ovhrb/manager/manager.rb', line 5555

def initialize(finaldate = nil, deposit_date = nil, status = nil, customerid = nil, paymentmean = nil, paymentdate = nil, orderid = nil)
  @finaldate = finaldate
  @deposit_date = deposit_date
  @status = status
  @customerid = customerid
  @paymentmean = paymentmean
  @paymentdate = paymentdate
  @orderid = orderid
end

Instance Attribute Details

#customeridObject

Returns the value of attribute customerid.



5550
5551
5552
# File 'lib/ovhrb/manager/manager.rb', line 5550

def customerid
  @customerid
end

#deposit_dateObject

Returns the value of attribute deposit_date.



5548
5549
5550
# File 'lib/ovhrb/manager/manager.rb', line 5548

def deposit_date
  @deposit_date
end

#finaldateObject

Returns the value of attribute finaldate.



5547
5548
5549
# File 'lib/ovhrb/manager/manager.rb', line 5547

def finaldate
  @finaldate
end

#orderidObject

Returns the value of attribute orderid.



5553
5554
5555
# File 'lib/ovhrb/manager/manager.rb', line 5553

def orderid
  @orderid
end

#paymentdateObject

Returns the value of attribute paymentdate.



5552
5553
5554
# File 'lib/ovhrb/manager/manager.rb', line 5552

def paymentdate
  @paymentdate
end

#paymentmeanObject

Returns the value of attribute paymentmean.



5551
5552
5553
# File 'lib/ovhrb/manager/manager.rb', line 5551

def paymentmean
  @paymentmean
end

#statusObject

Returns the value of attribute status.



5549
5550
5551
# File 'lib/ovhrb/manager/manager.rb', line 5549

def status
  @status
end