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.



472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
# File 'lib/zuora/ZUORA.rb', line 472

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.



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

def accountId
  @accountId
end

#achAbaCodeObject

Returns the value of attribute achAbaCode.



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

def achAbaCode
  @achAbaCode
end

#achAccountNameObject

Returns the value of attribute achAccountName.



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

def achAccountName
  @achAccountName
end

#achAccountNumberObject

Returns the value of attribute achAccountNumber.



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

def achAccountNumber
  @achAccountNumber
end

#achAccountNumberMaskObject

Returns the value of attribute achAccountNumberMask.



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

def achAccountNumberMask
  @achAccountNumberMask
end

#achAccountTypeObject

Returns the value of attribute achAccountType.



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

def achAccountType
  @achAccountType
end

#achBankNameObject

Returns the value of attribute achBankName.



448
449
450
# File 'lib/zuora/ZUORA.rb', line 448

def achBankName
  @achBankName
end

#activeObject

Returns the value of attribute active.



449
450
451
# File 'lib/zuora/ZUORA.rb', line 449

def active
  @active
end

#createdDateObject

Returns the value of attribute createdDate.



450
451
452
# File 'lib/zuora/ZUORA.rb', line 450

def createdDate
  @createdDate
end

#creditCardAddress1Object

Returns the value of attribute creditCardAddress1.



451
452
453
# File 'lib/zuora/ZUORA.rb', line 451

def creditCardAddress1
  @creditCardAddress1
end

#creditCardAddress2Object

Returns the value of attribute creditCardAddress2.



452
453
454
# File 'lib/zuora/ZUORA.rb', line 452

def creditCardAddress2
  @creditCardAddress2
end

#creditCardCityObject

Returns the value of attribute creditCardCity.



453
454
455
# File 'lib/zuora/ZUORA.rb', line 453

def creditCardCity
  @creditCardCity
end

#creditCardCountryObject

Returns the value of attribute creditCardCountry.



454
455
456
# File 'lib/zuora/ZUORA.rb', line 454

def creditCardCountry
  @creditCardCountry
end

#creditCardExpirationMonthObject

Returns the value of attribute creditCardExpirationMonth.



455
456
457
# File 'lib/zuora/ZUORA.rb', line 455

def creditCardExpirationMonth
  @creditCardExpirationMonth
end

#creditCardExpirationYearObject

Returns the value of attribute creditCardExpirationYear.



456
457
458
# File 'lib/zuora/ZUORA.rb', line 456

def creditCardExpirationYear
  @creditCardExpirationYear
end

#creditCardHolderNameObject

Returns the value of attribute creditCardHolderName.



457
458
459
# File 'lib/zuora/ZUORA.rb', line 457

def creditCardHolderName
  @creditCardHolderName
end

#creditCardMaskNumberObject

Returns the value of attribute creditCardMaskNumber.



458
459
460
# File 'lib/zuora/ZUORA.rb', line 458

def creditCardMaskNumber
  @creditCardMaskNumber
end

#creditCardNumberObject

Returns the value of attribute creditCardNumber.



459
460
461
# File 'lib/zuora/ZUORA.rb', line 459

def creditCardNumber
  @creditCardNumber
end

#creditCardPostalCodeObject

Returns the value of attribute creditCardPostalCode.



460
461
462
# File 'lib/zuora/ZUORA.rb', line 460

def creditCardPostalCode
  @creditCardPostalCode
end

#creditCardStateObject

Returns the value of attribute creditCardState.



461
462
463
# File 'lib/zuora/ZUORA.rb', line 461

def creditCardState
  @creditCardState
end

#creditCardTypeObject

Returns the value of attribute creditCardType.



462
463
464
# File 'lib/zuora/ZUORA.rb', line 462

def creditCardType
  @creditCardType
end

#fieldsToNullObject

Returns the value of attribute fieldsToNull.



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

def fieldsToNull
  @fieldsToNull
end

#idObject

Returns the value of attribute id.



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

def id
  @id
end

#lastTransactionDateTimeObject

Returns the value of attribute lastTransactionDateTime.



463
464
465
# File 'lib/zuora/ZUORA.rb', line 463

def lastTransactionDateTime
  @lastTransactionDateTime
end

#lastTransactionStatusObject

Returns the value of attribute lastTransactionStatus.



464
465
466
# File 'lib/zuora/ZUORA.rb', line 464

def lastTransactionStatus
  @lastTransactionStatus
end

#nameObject

Returns the value of attribute name.



465
466
467
# File 'lib/zuora/ZUORA.rb', line 465

def name
  @name
end

#numConsecutiveFailuresObject

Returns the value of attribute numConsecutiveFailures.



470
471
472
# File 'lib/zuora/ZUORA.rb', line 470

def numConsecutiveFailures
  @numConsecutiveFailures
end

#paypalBaidObject

Returns the value of attribute paypalBaid.



466
467
468
# File 'lib/zuora/ZUORA.rb', line 466

def paypalBaid
  @paypalBaid
end

#paypalEmailObject

Returns the value of attribute paypalEmail.



467
468
469
# File 'lib/zuora/ZUORA.rb', line 467

def paypalEmail
  @paypalEmail
end

#typeObject

Returns the value of attribute type.



468
469
470
# File 'lib/zuora/ZUORA.rb', line 468

def type
  @type
end

#updatedDateObject

Returns the value of attribute updatedDate.



469
470
471
# File 'lib/zuora/ZUORA.rb', line 469

def updatedDate
  @updatedDate
end