Class: TelephonySecurityDepositCreditReturn

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

Overview

http://soapi.ovh.com/managertelephonySecurityDepositCreditReturn

Constant Summary collapse

@@schema_type =
"telephonySecurityDepositCreditReturn"
@@schema_ns =
"http://soapi.ovh.com/manager"
@@schema_element =
[["orderId", ["SOAP::SOAPInt", XSD::QName.new(nil, "orderId")]], ["orderPassword", ["SOAP::SOAPString", XSD::QName.new(nil, "orderPassword")]], ["orderUrl", ["SOAP::SOAPString", XSD::QName.new(nil, "orderUrl")]], ["totalPrice", ["SOAP::SOAPFloat", XSD::QName.new(nil, "totalPrice")]], ["vat", ["SOAP::SOAPFloat", XSD::QName.new(nil, "vat")]], ["totalPriceWithVat", ["SOAP::SOAPFloat", XSD::QName.new(nil, "totalPriceWithVat")]], ["ribBankCode", ["SOAP::SOAPString", XSD::QName.new(nil, "ribBankCode")]], ["ribAgencyCode", ["SOAP::SOAPString", XSD::QName.new(nil, "ribAgencyCode")]], ["ribAccountNumber", ["SOAP::SOAPString", XSD::QName.new(nil, "ribAccountNumber")]], ["ribKey", ["SOAP::SOAPString", XSD::QName.new(nil, "ribKey")]], ["iban", ["SOAP::SOAPString", XSD::QName.new(nil, "iban")]], ["bic", ["SOAP::SOAPString", XSD::QName.new(nil, "bic")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(orderId = nil, orderPassword = nil, orderUrl = nil, totalPrice = nil, vat = nil, totalPriceWithVat = nil, ribBankCode = nil, ribAgencyCode = nil, ribAccountNumber = nil, ribKey = nil, iban = nil, bic = nil) ⇒ TelephonySecurityDepositCreditReturn

Returns a new instance of TelephonySecurityDepositCreditReturn.



848
849
850
851
852
853
854
855
856
857
858
859
860
861
# File 'lib/ovhrb/manager/manager.rb', line 848

def initialize(orderId = nil, orderPassword = nil, orderUrl = nil, totalPrice = nil, vat = nil, totalPriceWithVat = nil, ribBankCode = nil, ribAgencyCode = nil, ribAccountNumber = nil, ribKey = nil, iban = nil, bic = nil)
  @orderId = orderId
  @orderPassword = orderPassword
  @orderUrl = orderUrl
  @totalPrice = totalPrice
  @vat = vat
  @totalPriceWithVat = totalPriceWithVat
  @ribBankCode = ribBankCode
  @ribAgencyCode = ribAgencyCode
  @ribAccountNumber = ribAccountNumber
  @ribKey = ribKey
  @iban = iban
  @bic = bic
end

Instance Attribute Details

#bicObject

Returns the value of attribute bic.



846
847
848
# File 'lib/ovhrb/manager/manager.rb', line 846

def bic
  @bic
end

#ibanObject

Returns the value of attribute iban.



845
846
847
# File 'lib/ovhrb/manager/manager.rb', line 845

def iban
  @iban
end

#orderIdObject

Returns the value of attribute orderId.



835
836
837
# File 'lib/ovhrb/manager/manager.rb', line 835

def orderId
  @orderId
end

#orderPasswordObject

Returns the value of attribute orderPassword.



836
837
838
# File 'lib/ovhrb/manager/manager.rb', line 836

def orderPassword
  @orderPassword
end

#orderUrlObject

Returns the value of attribute orderUrl.



837
838
839
# File 'lib/ovhrb/manager/manager.rb', line 837

def orderUrl
  @orderUrl
end

#ribAccountNumberObject

Returns the value of attribute ribAccountNumber.



843
844
845
# File 'lib/ovhrb/manager/manager.rb', line 843

def ribAccountNumber
  @ribAccountNumber
end

#ribAgencyCodeObject

Returns the value of attribute ribAgencyCode.



842
843
844
# File 'lib/ovhrb/manager/manager.rb', line 842

def ribAgencyCode
  @ribAgencyCode
end

#ribBankCodeObject

Returns the value of attribute ribBankCode.



841
842
843
# File 'lib/ovhrb/manager/manager.rb', line 841

def ribBankCode
  @ribBankCode
end

#ribKeyObject

Returns the value of attribute ribKey.



844
845
846
# File 'lib/ovhrb/manager/manager.rb', line 844

def ribKey
  @ribKey
end

#totalPriceObject

Returns the value of attribute totalPrice.



838
839
840
# File 'lib/ovhrb/manager/manager.rb', line 838

def totalPrice
  @totalPrice
end

#totalPriceWithVatObject

Returns the value of attribute totalPriceWithVat.



840
841
842
# File 'lib/ovhrb/manager/manager.rb', line 840

def totalPriceWithVat
  @totalPriceWithVat
end

#vatObject

Returns the value of attribute vat.



839
840
841
# File 'lib/ovhrb/manager/manager.rb', line 839

def vat
  @vat
end