Class: ZUORA::PaymentMethod
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
-
#accountId ⇒ Object
Returns the value of attribute accountId.
-
#achAbaCode ⇒ Object
Returns the value of attribute achAbaCode.
-
#achAccountName ⇒ Object
Returns the value of attribute achAccountName.
-
#achAccountNumber ⇒ Object
Returns the value of attribute achAccountNumber.
-
#achAccountNumberMask ⇒ Object
Returns the value of attribute achAccountNumberMask.
-
#achAccountType ⇒ Object
Returns the value of attribute achAccountType.
-
#achBankName ⇒ Object
Returns the value of attribute achBankName.
-
#active ⇒ Object
Returns the value of attribute active.
-
#createdDate ⇒ Object
Returns the value of attribute createdDate.
-
#creditCardAddress1 ⇒ Object
Returns the value of attribute creditCardAddress1.
-
#creditCardAddress2 ⇒ Object
Returns the value of attribute creditCardAddress2.
-
#creditCardCity ⇒ Object
Returns the value of attribute creditCardCity.
-
#creditCardCountry ⇒ Object
Returns the value of attribute creditCardCountry.
-
#creditCardExpirationMonth ⇒ Object
Returns the value of attribute creditCardExpirationMonth.
-
#creditCardExpirationYear ⇒ Object
Returns the value of attribute creditCardExpirationYear.
-
#creditCardHolderName ⇒ Object
Returns the value of attribute creditCardHolderName.
-
#creditCardMaskNumber ⇒ Object
Returns the value of attribute creditCardMaskNumber.
-
#creditCardNumber ⇒ Object
Returns the value of attribute creditCardNumber.
-
#creditCardPostalCode ⇒ Object
Returns the value of attribute creditCardPostalCode.
-
#creditCardState ⇒ Object
Returns the value of attribute creditCardState.
-
#creditCardType ⇒ Object
Returns the value of attribute creditCardType.
-
#fieldsToNull ⇒ Object
Returns the value of attribute fieldsToNull.
-
#id ⇒ Object
Returns the value of attribute id.
-
#lastTransactionDateTime ⇒ Object
Returns the value of attribute lastTransactionDateTime.
-
#lastTransactionStatus ⇒ Object
Returns the value of attribute lastTransactionStatus.
-
#name ⇒ Object
Returns the value of attribute name.
-
#numConsecutiveFailures ⇒ Object
Returns the value of attribute numConsecutiveFailures.
-
#paypalBaid ⇒ Object
Returns the value of attribute paypalBaid.
-
#paypalEmail ⇒ Object
Returns the value of attribute paypalEmail.
-
#type ⇒ Object
Returns the value of attribute type.
-
#updatedDate ⇒ Object
Returns the value of attribute updatedDate.
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
#accountId ⇒ Object
Returns the value of attribute accountId.
442 443 444 |
# File 'lib/zuora/ZUORA.rb', line 442 def accountId @accountId end |
#achAbaCode ⇒ Object
Returns the value of attribute achAbaCode.
443 444 445 |
# File 'lib/zuora/ZUORA.rb', line 443 def achAbaCode @achAbaCode end |
#achAccountName ⇒ Object
Returns the value of attribute achAccountName.
444 445 446 |
# File 'lib/zuora/ZUORA.rb', line 444 def achAccountName @achAccountName end |
#achAccountNumber ⇒ Object
Returns the value of attribute achAccountNumber.
445 446 447 |
# File 'lib/zuora/ZUORA.rb', line 445 def achAccountNumber @achAccountNumber end |
#achAccountNumberMask ⇒ Object
Returns the value of attribute achAccountNumberMask.
446 447 448 |
# File 'lib/zuora/ZUORA.rb', line 446 def achAccountNumberMask @achAccountNumberMask end |
#achAccountType ⇒ Object
Returns the value of attribute achAccountType.
447 448 449 |
# File 'lib/zuora/ZUORA.rb', line 447 def achAccountType @achAccountType end |
#achBankName ⇒ Object
Returns the value of attribute achBankName.
448 449 450 |
# File 'lib/zuora/ZUORA.rb', line 448 def achBankName @achBankName end |
#active ⇒ Object
Returns the value of attribute active.
449 450 451 |
# File 'lib/zuora/ZUORA.rb', line 449 def active @active end |
#createdDate ⇒ Object
Returns the value of attribute createdDate.
450 451 452 |
# File 'lib/zuora/ZUORA.rb', line 450 def createdDate @createdDate end |
#creditCardAddress1 ⇒ Object
Returns the value of attribute creditCardAddress1.
451 452 453 |
# File 'lib/zuora/ZUORA.rb', line 451 def creditCardAddress1 @creditCardAddress1 end |
#creditCardAddress2 ⇒ Object
Returns the value of attribute creditCardAddress2.
452 453 454 |
# File 'lib/zuora/ZUORA.rb', line 452 def creditCardAddress2 @creditCardAddress2 end |
#creditCardCity ⇒ Object
Returns the value of attribute creditCardCity.
453 454 455 |
# File 'lib/zuora/ZUORA.rb', line 453 def creditCardCity @creditCardCity end |
#creditCardCountry ⇒ Object
Returns the value of attribute creditCardCountry.
454 455 456 |
# File 'lib/zuora/ZUORA.rb', line 454 def creditCardCountry @creditCardCountry end |
#creditCardExpirationMonth ⇒ Object
Returns the value of attribute creditCardExpirationMonth.
455 456 457 |
# File 'lib/zuora/ZUORA.rb', line 455 def creditCardExpirationMonth @creditCardExpirationMonth end |
#creditCardExpirationYear ⇒ Object
Returns the value of attribute creditCardExpirationYear.
456 457 458 |
# File 'lib/zuora/ZUORA.rb', line 456 def creditCardExpirationYear @creditCardExpirationYear end |
#creditCardHolderName ⇒ Object
Returns the value of attribute creditCardHolderName.
457 458 459 |
# File 'lib/zuora/ZUORA.rb', line 457 def creditCardHolderName @creditCardHolderName end |
#creditCardMaskNumber ⇒ Object
Returns the value of attribute creditCardMaskNumber.
458 459 460 |
# File 'lib/zuora/ZUORA.rb', line 458 def creditCardMaskNumber @creditCardMaskNumber end |
#creditCardNumber ⇒ Object
Returns the value of attribute creditCardNumber.
459 460 461 |
# File 'lib/zuora/ZUORA.rb', line 459 def creditCardNumber @creditCardNumber end |
#creditCardPostalCode ⇒ Object
Returns the value of attribute creditCardPostalCode.
460 461 462 |
# File 'lib/zuora/ZUORA.rb', line 460 def creditCardPostalCode @creditCardPostalCode end |
#creditCardState ⇒ Object
Returns the value of attribute creditCardState.
461 462 463 |
# File 'lib/zuora/ZUORA.rb', line 461 def creditCardState @creditCardState end |
#creditCardType ⇒ Object
Returns the value of attribute creditCardType.
462 463 464 |
# File 'lib/zuora/ZUORA.rb', line 462 def creditCardType @creditCardType end |
#fieldsToNull ⇒ Object
Returns the value of attribute fieldsToNull.
440 441 442 |
# File 'lib/zuora/ZUORA.rb', line 440 def fieldsToNull @fieldsToNull end |
#id ⇒ Object
Returns the value of attribute id.
441 442 443 |
# File 'lib/zuora/ZUORA.rb', line 441 def id @id end |
#lastTransactionDateTime ⇒ Object
Returns the value of attribute lastTransactionDateTime.
463 464 465 |
# File 'lib/zuora/ZUORA.rb', line 463 def lastTransactionDateTime @lastTransactionDateTime end |
#lastTransactionStatus ⇒ Object
Returns the value of attribute lastTransactionStatus.
464 465 466 |
# File 'lib/zuora/ZUORA.rb', line 464 def lastTransactionStatus @lastTransactionStatus end |
#name ⇒ Object
Returns the value of attribute name.
465 466 467 |
# File 'lib/zuora/ZUORA.rb', line 465 def name @name end |
#numConsecutiveFailures ⇒ Object
Returns the value of attribute numConsecutiveFailures.
470 471 472 |
# File 'lib/zuora/ZUORA.rb', line 470 def numConsecutiveFailures @numConsecutiveFailures end |
#paypalBaid ⇒ Object
Returns the value of attribute paypalBaid.
466 467 468 |
# File 'lib/zuora/ZUORA.rb', line 466 def paypalBaid @paypalBaid end |
#paypalEmail ⇒ Object
Returns the value of attribute paypalEmail.
467 468 469 |
# File 'lib/zuora/ZUORA.rb', line 467 def paypalEmail @paypalEmail end |
#type ⇒ Object
Returns the value of attribute type.
468 469 470 |
# File 'lib/zuora/ZUORA.rb', line 468 def type @type end |
#updatedDate ⇒ Object
Returns the value of attribute updatedDate.
469 470 471 |
# File 'lib/zuora/ZUORA.rb', line 469 def updatedDate @updatedDate end |