Class: ZUORA::PaymentMethod

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

Overview

/PaymentMethod

fieldsToNull - SOAP::SOAPString
id - (any)
accountId - (any)
achAbaCode - SOAP::SOAPString
achAccountName - SOAP::SOAPString
achAccountNumber - SOAP::SOAPString
achAccountNumberMask - SOAP::SOAPString
achAccountType - SOAP::SOAPString
achBankName - SOAP::SOAPString
active - SOAP::SOAPBoolean
createdDate - SOAP::SOAPDateTime
creditCardAddress1 - SOAP::SOAPString
creditCardAddress2 - SOAP::SOAPString
creditCardCity - SOAP::SOAPString
creditCardCountry - SOAP::SOAPString
creditCardExpirationMonth - SOAP::SOAPInt
creditCardExpirationYear - SOAP::SOAPInt
creditCardHolderName - SOAP::SOAPString
creditCardMaskNumber - SOAP::SOAPString
creditCardNumber - SOAP::SOAPString
creditCardPostalCode - SOAP::SOAPString
creditCardState - SOAP::SOAPString
creditCardType - SOAP::SOAPString
lastTransactionDateTime - SOAP::SOAPDateTime
lastTransactionStatus - SOAP::SOAPString
name - SOAP::SOAPString
paypalBaid - SOAP::SOAPString
paypalEmail - SOAP::SOAPString
type - SOAP::SOAPString
updatedDate - SOAP::SOAPDateTime

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(fieldsToNull = [], id = nil, accountId = nil, achAbaCode = nil, achAccountName = nil, achAccountNumber = nil, achAccountNumberMask = nil, achAccountType = nil, achBankName = nil, active = nil, createdDate = nil, creditCardAddress1 = nil, creditCardAddress2 = nil, creditCardCity = nil, creditCardCountry = nil, creditCardExpirationMonth = nil, creditCardExpirationYear = nil, creditCardHolderName = nil, creditCardMaskNumber = nil, creditCardNumber = nil, creditCardPostalCode = nil, creditCardState = nil, creditCardType = nil, lastTransactionDateTime = nil, lastTransactionStatus = nil, name = nil, paypalBaid = nil, paypalEmail = nil, type = nil, updatedDate = nil, numConsecutiveFailures = nil) ⇒ PaymentMethod

Returns a new instance of PaymentMethod.



446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
# File 'lib/zuora/ZUORA.rb', line 446

def initialize(fieldsToNull = [], id = nil, accountId = nil, achAbaCode = nil, achAccountName = nil, achAccountNumber = nil, achAccountNumberMask = nil, achAccountType = nil, achBankName = nil, active = nil, createdDate = nil, creditCardAddress1 = nil, creditCardAddress2 = nil, creditCardCity = nil, creditCardCountry = nil, creditCardExpirationMonth = nil, creditCardExpirationYear = nil, creditCardHolderName = nil, creditCardMaskNumber = nil, creditCardNumber = nil, creditCardPostalCode = nil, creditCardState = nil, creditCardType = nil, lastTransactionDateTime = nil, lastTransactionStatus = nil, name = nil, paypalBaid = nil, paypalEmail = nil, type = nil, updatedDate = nil, numConsecutiveFailures = nil)
  @fieldsToNull = fieldsToNull
  @id = id
  @accountId = accountId
  @achAbaCode = achAbaCode
  @achAccountName = achAccountName
  @achAccountNumber = achAccountNumber
  @achAccountNumberMask = achAccountNumberMask
  @achAccountType = achAccountType
  @achBankName = achBankName
  @active = active
  @createdDate = createdDate
  @creditCardAddress1 = creditCardAddress1
  @creditCardAddress2 = creditCardAddress2
  @creditCardCity = creditCardCity
  @creditCardCountry = creditCardCountry
  @creditCardExpirationMonth = creditCardExpirationMonth
  @creditCardExpirationYear = creditCardExpirationYear
  @creditCardHolderName = creditCardHolderName
  @creditCardMaskNumber = creditCardMaskNumber
  @creditCardNumber = creditCardNumber
  @creditCardPostalCode = creditCardPostalCode
  @creditCardState = creditCardState
  @creditCardType = creditCardType
  @lastTransactionDateTime = lastTransactionDateTime
  @lastTransactionStatus = lastTransactionStatus
  @name = name
  @paypalBaid = paypalBaid
  @paypalEmail = paypalEmail
  @type = type
  @updatedDate = updatedDate
  @numConsecutiveFailures = numConsecutiveFailures
end

Instance Attribute Details

#accountIdObject

Returns the value of attribute accountId.



416
417
418
# File 'lib/zuora/ZUORA.rb', line 416

def accountId
  @accountId
end

#achAbaCodeObject

Returns the value of attribute achAbaCode.



417
418
419
# File 'lib/zuora/ZUORA.rb', line 417

def achAbaCode
  @achAbaCode
end

#achAccountNameObject

Returns the value of attribute achAccountName.



418
419
420
# File 'lib/zuora/ZUORA.rb', line 418

def achAccountName
  @achAccountName
end

#achAccountNumberObject

Returns the value of attribute achAccountNumber.



419
420
421
# File 'lib/zuora/ZUORA.rb', line 419

def achAccountNumber
  @achAccountNumber
end

#achAccountNumberMaskObject

Returns the value of attribute achAccountNumberMask.



420
421
422
# File 'lib/zuora/ZUORA.rb', line 420

def achAccountNumberMask
  @achAccountNumberMask
end

#achAccountTypeObject

Returns the value of attribute achAccountType.



421
422
423
# File 'lib/zuora/ZUORA.rb', line 421

def achAccountType
  @achAccountType
end

#achBankNameObject

Returns the value of attribute achBankName.



422
423
424
# File 'lib/zuora/ZUORA.rb', line 422

def achBankName
  @achBankName
end

#activeObject

Returns the value of attribute active.



423
424
425
# File 'lib/zuora/ZUORA.rb', line 423

def active
  @active
end

#createdDateObject

Returns the value of attribute createdDate.



424
425
426
# File 'lib/zuora/ZUORA.rb', line 424

def createdDate
  @createdDate
end

#creditCardAddress1Object

Returns the value of attribute creditCardAddress1.



425
426
427
# File 'lib/zuora/ZUORA.rb', line 425

def creditCardAddress1
  @creditCardAddress1
end

#creditCardAddress2Object

Returns the value of attribute creditCardAddress2.



426
427
428
# File 'lib/zuora/ZUORA.rb', line 426

def creditCardAddress2
  @creditCardAddress2
end

#creditCardCityObject

Returns the value of attribute creditCardCity.



427
428
429
# File 'lib/zuora/ZUORA.rb', line 427

def creditCardCity
  @creditCardCity
end

#creditCardCountryObject

Returns the value of attribute creditCardCountry.



428
429
430
# File 'lib/zuora/ZUORA.rb', line 428

def creditCardCountry
  @creditCardCountry
end

#creditCardExpirationMonthObject

Returns the value of attribute creditCardExpirationMonth.



429
430
431
# File 'lib/zuora/ZUORA.rb', line 429

def creditCardExpirationMonth
  @creditCardExpirationMonth
end

#creditCardExpirationYearObject

Returns the value of attribute creditCardExpirationYear.



430
431
432
# File 'lib/zuora/ZUORA.rb', line 430

def creditCardExpirationYear
  @creditCardExpirationYear
end

#creditCardHolderNameObject

Returns the value of attribute creditCardHolderName.



431
432
433
# File 'lib/zuora/ZUORA.rb', line 431

def creditCardHolderName
  @creditCardHolderName
end

#creditCardMaskNumberObject

Returns the value of attribute creditCardMaskNumber.



432
433
434
# File 'lib/zuora/ZUORA.rb', line 432

def creditCardMaskNumber
  @creditCardMaskNumber
end

#creditCardNumberObject

Returns the value of attribute creditCardNumber.



433
434
435
# File 'lib/zuora/ZUORA.rb', line 433

def creditCardNumber
  @creditCardNumber
end

#creditCardPostalCodeObject

Returns the value of attribute creditCardPostalCode.



434
435
436
# File 'lib/zuora/ZUORA.rb', line 434

def creditCardPostalCode
  @creditCardPostalCode
end

#creditCardStateObject

Returns the value of attribute creditCardState.



435
436
437
# File 'lib/zuora/ZUORA.rb', line 435

def creditCardState
  @creditCardState
end

#creditCardTypeObject

Returns the value of attribute creditCardType.



436
437
438
# File 'lib/zuora/ZUORA.rb', line 436

def creditCardType
  @creditCardType
end

#fieldsToNullObject

Returns the value of attribute fieldsToNull.



414
415
416
# File 'lib/zuora/ZUORA.rb', line 414

def fieldsToNull
  @fieldsToNull
end

#idObject

Returns the value of attribute id.



415
416
417
# File 'lib/zuora/ZUORA.rb', line 415

def id
  @id
end

#lastTransactionDateTimeObject

Returns the value of attribute lastTransactionDateTime.



437
438
439
# File 'lib/zuora/ZUORA.rb', line 437

def lastTransactionDateTime
  @lastTransactionDateTime
end

#lastTransactionStatusObject

Returns the value of attribute lastTransactionStatus.



438
439
440
# File 'lib/zuora/ZUORA.rb', line 438

def lastTransactionStatus
  @lastTransactionStatus
end

#nameObject

Returns the value of attribute name.



439
440
441
# File 'lib/zuora/ZUORA.rb', line 439

def name
  @name
end

#numConsecutiveFailuresObject

Returns the value of attribute numConsecutiveFailures.



444
445
446
# File 'lib/zuora/ZUORA.rb', line 444

def numConsecutiveFailures
  @numConsecutiveFailures
end

#paypalBaidObject

Returns the value of attribute paypalBaid.



440
441
442
# File 'lib/zuora/ZUORA.rb', line 440

def paypalBaid
  @paypalBaid
end

#paypalEmailObject

Returns the value of attribute paypalEmail.



441
442
443
# File 'lib/zuora/ZUORA.rb', line 441

def paypalEmail
  @paypalEmail
end

#typeObject

Returns the value of attribute type.



442
443
444
# File 'lib/zuora/ZUORA.rb', line 442

def type
  @type
end

#updatedDateObject

Returns the value of attribute updatedDate.



443
444
445
# File 'lib/zuora/ZUORA.rb', line 443

def updatedDate
  @updatedDate
end