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
Methods inherited from ZObject
attr_accessor, attr_accessor_without_attributes
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.
556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 |
# File 'lib/zuora/ZUORA.rb', line 556 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.
526 527 528 |
# File 'lib/zuora/ZUORA.rb', line 526 def accountId @accountId end |
#achAbaCode ⇒ Object
Returns the value of attribute achAbaCode.
527 528 529 |
# File 'lib/zuora/ZUORA.rb', line 527 def achAbaCode @achAbaCode end |
#achAccountName ⇒ Object
Returns the value of attribute achAccountName.
528 529 530 |
# File 'lib/zuora/ZUORA.rb', line 528 def achAccountName @achAccountName end |
#achAccountNumber ⇒ Object
Returns the value of attribute achAccountNumber.
529 530 531 |
# File 'lib/zuora/ZUORA.rb', line 529 def achAccountNumber @achAccountNumber end |
#achAccountNumberMask ⇒ Object
Returns the value of attribute achAccountNumberMask.
530 531 532 |
# File 'lib/zuora/ZUORA.rb', line 530 def achAccountNumberMask @achAccountNumberMask end |
#achAccountType ⇒ Object
Returns the value of attribute achAccountType.
531 532 533 |
# File 'lib/zuora/ZUORA.rb', line 531 def achAccountType @achAccountType end |
#achBankName ⇒ Object
Returns the value of attribute achBankName.
532 533 534 |
# File 'lib/zuora/ZUORA.rb', line 532 def achBankName @achBankName end |
#active ⇒ Object
Returns the value of attribute active.
533 534 535 |
# File 'lib/zuora/ZUORA.rb', line 533 def active @active end |
#createdDate ⇒ Object
Returns the value of attribute createdDate.
534 535 536 |
# File 'lib/zuora/ZUORA.rb', line 534 def createdDate @createdDate end |
#creditCardAddress1 ⇒ Object
Returns the value of attribute creditCardAddress1.
535 536 537 |
# File 'lib/zuora/ZUORA.rb', line 535 def creditCardAddress1 @creditCardAddress1 end |
#creditCardAddress2 ⇒ Object
Returns the value of attribute creditCardAddress2.
536 537 538 |
# File 'lib/zuora/ZUORA.rb', line 536 def creditCardAddress2 @creditCardAddress2 end |
#creditCardCity ⇒ Object
Returns the value of attribute creditCardCity.
537 538 539 |
# File 'lib/zuora/ZUORA.rb', line 537 def creditCardCity @creditCardCity end |
#creditCardCountry ⇒ Object
Returns the value of attribute creditCardCountry.
538 539 540 |
# File 'lib/zuora/ZUORA.rb', line 538 def creditCardCountry @creditCardCountry end |
#creditCardExpirationMonth ⇒ Object
Returns the value of attribute creditCardExpirationMonth.
539 540 541 |
# File 'lib/zuora/ZUORA.rb', line 539 def creditCardExpirationMonth @creditCardExpirationMonth end |
#creditCardExpirationYear ⇒ Object
Returns the value of attribute creditCardExpirationYear.
540 541 542 |
# File 'lib/zuora/ZUORA.rb', line 540 def creditCardExpirationYear @creditCardExpirationYear end |
#creditCardHolderName ⇒ Object
Returns the value of attribute creditCardHolderName.
541 542 543 |
# File 'lib/zuora/ZUORA.rb', line 541 def creditCardHolderName @creditCardHolderName end |
#creditCardMaskNumber ⇒ Object
Returns the value of attribute creditCardMaskNumber.
542 543 544 |
# File 'lib/zuora/ZUORA.rb', line 542 def creditCardMaskNumber @creditCardMaskNumber end |
#creditCardNumber ⇒ Object
Returns the value of attribute creditCardNumber.
543 544 545 |
# File 'lib/zuora/ZUORA.rb', line 543 def creditCardNumber @creditCardNumber end |
#creditCardPostalCode ⇒ Object
Returns the value of attribute creditCardPostalCode.
544 545 546 |
# File 'lib/zuora/ZUORA.rb', line 544 def creditCardPostalCode @creditCardPostalCode end |
#creditCardState ⇒ Object
Returns the value of attribute creditCardState.
545 546 547 |
# File 'lib/zuora/ZUORA.rb', line 545 def creditCardState @creditCardState end |
#creditCardType ⇒ Object
Returns the value of attribute creditCardType.
546 547 548 |
# File 'lib/zuora/ZUORA.rb', line 546 def creditCardType @creditCardType end |
#fieldsToNull ⇒ Object
Returns the value of attribute fieldsToNull.
524 525 526 |
# File 'lib/zuora/ZUORA.rb', line 524 def fieldsToNull @fieldsToNull end |
#id ⇒ Object
Returns the value of attribute id.
525 526 527 |
# File 'lib/zuora/ZUORA.rb', line 525 def id @id end |
#lastTransactionDateTime ⇒ Object
Returns the value of attribute lastTransactionDateTime.
547 548 549 |
# File 'lib/zuora/ZUORA.rb', line 547 def lastTransactionDateTime @lastTransactionDateTime end |
#lastTransactionStatus ⇒ Object
Returns the value of attribute lastTransactionStatus.
548 549 550 |
# File 'lib/zuora/ZUORA.rb', line 548 def lastTransactionStatus @lastTransactionStatus end |
#name ⇒ Object
Returns the value of attribute name.
549 550 551 |
# File 'lib/zuora/ZUORA.rb', line 549 def name @name end |
#numConsecutiveFailures ⇒ Object
Returns the value of attribute numConsecutiveFailures.
554 555 556 |
# File 'lib/zuora/ZUORA.rb', line 554 def numConsecutiveFailures @numConsecutiveFailures end |
#paypalBaid ⇒ Object
Returns the value of attribute paypalBaid.
550 551 552 |
# File 'lib/zuora/ZUORA.rb', line 550 def paypalBaid @paypalBaid end |
#paypalEmail ⇒ Object
Returns the value of attribute paypalEmail.
551 552 553 |
# File 'lib/zuora/ZUORA.rb', line 551 def paypalEmail @paypalEmail end |
#type ⇒ Object
Returns the value of attribute type.
552 553 554 |
# File 'lib/zuora/ZUORA.rb', line 552 def type @type end |
#updatedDate ⇒ Object
Returns the value of attribute updatedDate.
553 554 555 |
# File 'lib/zuora/ZUORA.rb', line 553 def updatedDate @updatedDate end |