Class: ZUORA::Account

Inherits:
ZObject show all
Defined in:
lib/zuora/ZUORA.rb

Overview

/Account

fieldsToNull - SOAP::SOAPString
id - (any)
accountNumber - SOAP::SOAPString
allowInvoiceEdit - SOAP::SOAPBoolean
autoPay - SOAP::SOAPBoolean
batch - SOAP::SOAPString
billCycleDay - SOAP::SOAPInt
billToId - (any)
createdDate - SOAP::SOAPDateTime
crmId - SOAP::SOAPString
currency - SOAP::SOAPString
customerServiceRepName - SOAP::SOAPString
defaultPaymentMethodId - (any)
name - SOAP::SOAPString
notes - SOAP::SOAPString
paymentTerm - SOAP::SOAPString
purchaseOrderNumber - SOAP::SOAPString
salesRepName - SOAP::SOAPString
soldToId - (any)
status - SOAP::SOAPString
updatedDate - SOAP::SOAPDateTime

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(fieldsToNull = [], id = nil, accountNumber = nil, allowInvoiceEdit = nil, autoPay = nil, batch = nil, billCycleDay = nil, billToId = nil, createdDate = nil, crmId = nil, currency = nil, customerServiceRepName = nil, defaultPaymentMethodId = nil, paymentGateway = nil, name = nil, notes = nil, paymentTerm = nil, purchaseOrderNumber = nil, salesRepName = nil, soldToId = nil, status = nil, updatedDate = nil) ⇒ Account

Returns a new instance of Account.



66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
# File 'lib/zuora/ZUORA.rb', line 66

def initialize(fieldsToNull = [], id = nil, accountNumber = nil, allowInvoiceEdit = nil, autoPay = nil, batch = nil, billCycleDay = nil, billToId = nil, createdDate = nil, crmId = nil, currency = nil, customerServiceRepName = nil, defaultPaymentMethodId = nil, paymentGateway = nil, name = nil, notes = nil, paymentTerm = nil, purchaseOrderNumber = nil, salesRepName = nil, soldToId = nil, status = nil, updatedDate = nil)
  @fieldsToNull = fieldsToNull
  @id = id
  @accountNumber = accountNumber
  @allowInvoiceEdit = allowInvoiceEdit
  @autoPay = autoPay
  @batch = batch
  @billCycleDay = billCycleDay
  @billToId = billToId
  @createdDate = createdDate
  @crmId = crmId
  @currency = currency
  @customerServiceRepName = customerServiceRepName
  @defaultPaymentMethodId = defaultPaymentMethodId
  @paymentGateway = paymentGateway
  @name = name
  @notes = notes
  @paymentTerm = paymentTerm
  @purchaseOrderNumber = purchaseOrderNumber
  @salesRepName = salesRepName
  @soldToId = soldToId
  @status = status
  @updatedDate = updatedDate
end

Instance Attribute Details

#accountNumberObject

Returns the value of attribute accountNumber.



44
45
46
# File 'lib/zuora/ZUORA.rb', line 44

def accountNumber
  @accountNumber
end

#allowInvoiceEditObject

Returns the value of attribute allowInvoiceEdit.



45
46
47
# File 'lib/zuora/ZUORA.rb', line 45

def allowInvoiceEdit
  @allowInvoiceEdit
end

#autoPayObject

Returns the value of attribute autoPay.



46
47
48
# File 'lib/zuora/ZUORA.rb', line 46

def autoPay
  @autoPay
end

#batchObject

Returns the value of attribute batch.



47
48
49
# File 'lib/zuora/ZUORA.rb', line 47

def batch
  @batch
end

#billCycleDayObject

Returns the value of attribute billCycleDay.



48
49
50
# File 'lib/zuora/ZUORA.rb', line 48

def billCycleDay
  @billCycleDay
end

#billToIdObject

Returns the value of attribute billToId.



49
50
51
# File 'lib/zuora/ZUORA.rb', line 49

def billToId
  @billToId
end

#createdDateObject

Returns the value of attribute createdDate.



50
51
52
# File 'lib/zuora/ZUORA.rb', line 50

def createdDate
  @createdDate
end

#crmIdObject

Returns the value of attribute crmId.



51
52
53
# File 'lib/zuora/ZUORA.rb', line 51

def crmId
  @crmId
end

#currencyObject

Returns the value of attribute currency.



52
53
54
# File 'lib/zuora/ZUORA.rb', line 52

def currency
  @currency
end

#customerServiceRepNameObject

Returns the value of attribute customerServiceRepName.



53
54
55
# File 'lib/zuora/ZUORA.rb', line 53

def customerServiceRepName
  @customerServiceRepName
end

#defaultPaymentMethodIdObject

Returns the value of attribute defaultPaymentMethodId.



54
55
56
# File 'lib/zuora/ZUORA.rb', line 54

def defaultPaymentMethodId
  @defaultPaymentMethodId
end

#fieldsToNullObject

Returns the value of attribute fieldsToNull.



42
43
44
# File 'lib/zuora/ZUORA.rb', line 42

def fieldsToNull
  @fieldsToNull
end

#idObject

Returns the value of attribute id.



43
44
45
# File 'lib/zuora/ZUORA.rb', line 43

def id
  @id
end

#invoiceDeliveryPrefsEmailObject

Returns the value of attribute invoiceDeliveryPrefsEmail.



64
65
66
# File 'lib/zuora/ZUORA.rb', line 64

def invoiceDeliveryPrefsEmail
  @invoiceDeliveryPrefsEmail
end

#nameObject

Returns the value of attribute name.



56
57
58
# File 'lib/zuora/ZUORA.rb', line 56

def name
  @name
end

#notesObject

Returns the value of attribute notes.



57
58
59
# File 'lib/zuora/ZUORA.rb', line 57

def notes
  @notes
end

#paymentGatewayObject

Returns the value of attribute paymentGateway.



55
56
57
# File 'lib/zuora/ZUORA.rb', line 55

def paymentGateway
  @paymentGateway
end

#paymentTermObject

Returns the value of attribute paymentTerm.



58
59
60
# File 'lib/zuora/ZUORA.rb', line 58

def paymentTerm
  @paymentTerm
end

#purchaseOrderNumberObject

Returns the value of attribute purchaseOrderNumber.



59
60
61
# File 'lib/zuora/ZUORA.rb', line 59

def purchaseOrderNumber
  @purchaseOrderNumber
end

#salesRepNameObject

Returns the value of attribute salesRepName.



60
61
62
# File 'lib/zuora/ZUORA.rb', line 60

def salesRepName
  @salesRepName
end

#soldToIdObject

Returns the value of attribute soldToId.



61
62
63
# File 'lib/zuora/ZUORA.rb', line 61

def soldToId
  @soldToId
end

#statusObject

Returns the value of attribute status.



62
63
64
# File 'lib/zuora/ZUORA.rb', line 62

def status
  @status
end

#updatedDateObject

Returns the value of attribute updatedDate.



63
64
65
# File 'lib/zuora/ZUORA.rb', line 63

def updatedDate
  @updatedDate
end