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.



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
479
480
# File 'lib/zuora/ZUORA.rb', line 448

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.



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

def accountId
  @accountId
end

#achAbaCodeObject

Returns the value of attribute achAbaCode.



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

def achAbaCode
  @achAbaCode
end

#achAccountNameObject

Returns the value of attribute achAccountName.



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

def achAccountName
  @achAccountName
end

#achAccountNumberObject

Returns the value of attribute achAccountNumber.



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

def achAccountNumber
  @achAccountNumber
end

#achAccountNumberMaskObject

Returns the value of attribute achAccountNumberMask.



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

def achAccountNumberMask
  @achAccountNumberMask
end

#achAccountTypeObject

Returns the value of attribute achAccountType.



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

def achAccountType
  @achAccountType
end

#achBankNameObject

Returns the value of attribute achBankName.



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

def achBankName
  @achBankName
end

#activeObject

Returns the value of attribute active.



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

def active
  @active
end

#createdDateObject

Returns the value of attribute createdDate.



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

def createdDate
  @createdDate
end

#creditCardAddress1Object

Returns the value of attribute creditCardAddress1.



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

def creditCardAddress1
  @creditCardAddress1
end

#creditCardAddress2Object

Returns the value of attribute creditCardAddress2.



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

def creditCardAddress2
  @creditCardAddress2
end

#creditCardCityObject

Returns the value of attribute creditCardCity.



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

def creditCardCity
  @creditCardCity
end

#creditCardCountryObject

Returns the value of attribute creditCardCountry.



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

def creditCardCountry
  @creditCardCountry
end

#creditCardExpirationMonthObject

Returns the value of attribute creditCardExpirationMonth.



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

def creditCardExpirationMonth
  @creditCardExpirationMonth
end

#creditCardExpirationYearObject

Returns the value of attribute creditCardExpirationYear.



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

def creditCardExpirationYear
  @creditCardExpirationYear
end

#creditCardHolderNameObject

Returns the value of attribute creditCardHolderName.



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

def creditCardHolderName
  @creditCardHolderName
end

#creditCardMaskNumberObject

Returns the value of attribute creditCardMaskNumber.



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

def creditCardMaskNumber
  @creditCardMaskNumber
end

#creditCardNumberObject

Returns the value of attribute creditCardNumber.



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

def creditCardNumber
  @creditCardNumber
end

#creditCardPostalCodeObject

Returns the value of attribute creditCardPostalCode.



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

def creditCardPostalCode
  @creditCardPostalCode
end

#creditCardStateObject

Returns the value of attribute creditCardState.



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

def creditCardState
  @creditCardState
end

#creditCardTypeObject

Returns the value of attribute creditCardType.



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

def creditCardType
  @creditCardType
end

#fieldsToNullObject

Returns the value of attribute fieldsToNull.



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

def fieldsToNull
  @fieldsToNull
end

#idObject

Returns the value of attribute id.



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

def id
  @id
end

#lastTransactionDateTimeObject

Returns the value of attribute lastTransactionDateTime.



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

def lastTransactionDateTime
  @lastTransactionDateTime
end

#lastTransactionStatusObject

Returns the value of attribute lastTransactionStatus.



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

def lastTransactionStatus
  @lastTransactionStatus
end

#nameObject

Returns the value of attribute name.



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

def name
  @name
end

#numConsecutiveFailuresObject

Returns the value of attribute numConsecutiveFailures.



446
447
448
# File 'lib/zuora/ZUORA.rb', line 446

def numConsecutiveFailures
  @numConsecutiveFailures
end

#paypalBaidObject

Returns the value of attribute paypalBaid.



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

def paypalBaid
  @paypalBaid
end

#paypalEmailObject

Returns the value of attribute paypalEmail.



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

def paypalEmail
  @paypalEmail
end

#typeObject

Returns the value of attribute type.



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

def type
  @type
end

#updatedDateObject

Returns the value of attribute updatedDate.



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

def updatedDate
  @updatedDate
end