Class: CreateCreditCardCustomerCodeV1
- Inherits:
-
Object
- Object
- CreateCreditCardCustomerCodeV1
- Defined in:
- lib/default.rb
Overview
https://www.iatspayments.com/NetGate/CreateCreditCardCustomerCodeV1
agentCode - SOAP::SOAPString
password - SOAP::SOAPString
customerIPAddress - SOAP::SOAPString
customerCode - SOAP::SOAPString
firstName - SOAP::SOAPString
lastName - SOAP::SOAPString
companyName - SOAP::SOAPString
address - SOAP::SOAPString
city - SOAP::SOAPString
state - SOAP::SOAPString
zipCode - SOAP::SOAPString
phone - SOAP::SOAPString
fax - SOAP::SOAPString
alternatePhone - SOAP::SOAPString
email - SOAP::SOAPString
comment - SOAP::SOAPString
recurring - SOAP::SOAPBoolean
amount - SOAP::SOAPString
beginDate - SOAP::SOAPDateTime
endDate - SOAP::SOAPDateTime
scheduleType - SOAP::SOAPString
scheduleDate - SOAP::SOAPString
creditCardCustomerName - SOAP::SOAPString
creditCardNum - SOAP::SOAPString
creditCardExpiry - SOAP::SOAPString
mop - SOAP::SOAPString
Instance Attribute Summary (collapse)
-
- (Object) address
Returns the value of attribute address.
-
- (Object) agentCode
Returns the value of attribute agentCode.
-
- (Object) alternatePhone
Returns the value of attribute alternatePhone.
-
- (Object) amount
Returns the value of attribute amount.
-
- (Object) beginDate
Returns the value of attribute beginDate.
-
- (Object) city
Returns the value of attribute city.
-
- (Object) comment
Returns the value of attribute comment.
-
- (Object) companyName
Returns the value of attribute companyName.
-
- (Object) creditCardCustomerName
Returns the value of attribute creditCardCustomerName.
-
- (Object) creditCardExpiry
Returns the value of attribute creditCardExpiry.
-
- (Object) creditCardNum
Returns the value of attribute creditCardNum.
-
- (Object) customerCode
Returns the value of attribute customerCode.
-
- (Object) customerIPAddress
Returns the value of attribute customerIPAddress.
-
- (Object) email
Returns the value of attribute email.
-
- (Object) endDate
Returns the value of attribute endDate.
-
- (Object) fax
Returns the value of attribute fax.
-
- (Object) firstName
Returns the value of attribute firstName.
-
- (Object) lastName
Returns the value of attribute lastName.
-
- (Object) mop
Returns the value of attribute mop.
-
- (Object) password
Returns the value of attribute password.
-
- (Object) phone
Returns the value of attribute phone.
-
- (Object) recurring
Returns the value of attribute recurring.
-
- (Object) scheduleDate
Returns the value of attribute scheduleDate.
-
- (Object) scheduleType
Returns the value of attribute scheduleType.
-
- (Object) state
Returns the value of attribute state.
-
- (Object) zipCode
Returns the value of attribute zipCode.
Instance Method Summary (collapse)
-
- (CreateCreditCardCustomerCodeV1) initialize(agentCode = nil, password = nil, customerIPAddress = nil, customerCode = nil, firstName = nil, lastName = nil, companyName = nil, address = nil, city = nil, state = nil, zipCode = nil, phone = nil, fax = nil, alternatePhone = nil, email = nil, comment = nil, recurring = nil, amount = nil, beginDate = nil, endDate = nil, scheduleType = nil, scheduleDate = nil, creditCardCustomerName = nil, creditCardNum = nil, creditCardExpiry = nil, mop = nil)
constructor
A new instance of CreateCreditCardCustomerCodeV1.
Constructor Details
- (CreateCreditCardCustomerCodeV1) initialize(agentCode = nil, password = nil, customerIPAddress = nil, customerCode = nil, firstName = nil, lastName = nil, companyName = nil, address = nil, city = nil, state = nil, zipCode = nil, phone = nil, fax = nil, alternatePhone = nil, email = nil, comment = nil, recurring = nil, amount = nil, beginDate = nil, endDate = nil, scheduleType = nil, scheduleDate = nil, creditCardCustomerName = nil, creditCardNum = nil, creditCardExpiry = nil, mop = nil)
Returns a new instance of CreateCreditCardCustomerCodeV1
751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 |
# File 'lib/default.rb', line 751 def initialize(agentCode = nil, password = nil, customerIPAddress = nil, customerCode = nil, firstName = nil, lastName = nil, companyName = nil, address = nil, city = nil, state = nil, zipCode = nil, phone = nil, fax = nil, alternatePhone = nil, email = nil, comment = nil, recurring = nil, amount = nil, beginDate = nil, endDate = nil, scheduleType = nil, scheduleDate = nil, creditCardCustomerName = nil, creditCardNum = nil, creditCardExpiry = nil, mop = nil) @agentCode = agentCode @password = password @customerIPAddress = customerIPAddress @customerCode = customerCode @firstName = firstName @lastName = lastName @companyName = companyName @address = address @city = city @state = state @zipCode = zipCode @phone = phone @fax = fax @alternatePhone = alternatePhone @email = email @comment = comment @recurring = recurring @amount = amount @beginDate = beginDate @endDate = endDate @scheduleType = scheduleType @scheduleDate = scheduleDate @creditCardCustomerName = creditCardCustomerName @creditCardNum = creditCardNum @creditCardExpiry = creditCardExpiry @mop = mop end |
Instance Attribute Details
- (Object) address
Returns the value of attribute address
731 732 733 |
# File 'lib/default.rb', line 731 def address @address end |
- (Object) agentCode
Returns the value of attribute agentCode
724 725 726 |
# File 'lib/default.rb', line 724 def agentCode @agentCode end |
- (Object) alternatePhone
Returns the value of attribute alternatePhone
737 738 739 |
# File 'lib/default.rb', line 737 def alternatePhone @alternatePhone end |
- (Object) amount
Returns the value of attribute amount
741 742 743 |
# File 'lib/default.rb', line 741 def amount @amount end |
- (Object) beginDate
Returns the value of attribute beginDate
742 743 744 |
# File 'lib/default.rb', line 742 def beginDate @beginDate end |
- (Object) city
Returns the value of attribute city
732 733 734 |
# File 'lib/default.rb', line 732 def city @city end |
- (Object) comment
Returns the value of attribute comment
739 740 741 |
# File 'lib/default.rb', line 739 def comment @comment end |
- (Object) companyName
Returns the value of attribute companyName
730 731 732 |
# File 'lib/default.rb', line 730 def companyName @companyName end |
- (Object) creditCardCustomerName
Returns the value of attribute creditCardCustomerName
746 747 748 |
# File 'lib/default.rb', line 746 def creditCardCustomerName @creditCardCustomerName end |
- (Object) creditCardExpiry
Returns the value of attribute creditCardExpiry
748 749 750 |
# File 'lib/default.rb', line 748 def creditCardExpiry @creditCardExpiry end |
- (Object) creditCardNum
Returns the value of attribute creditCardNum
747 748 749 |
# File 'lib/default.rb', line 747 def creditCardNum @creditCardNum end |
- (Object) customerCode
Returns the value of attribute customerCode
727 728 729 |
# File 'lib/default.rb', line 727 def customerCode @customerCode end |
- (Object) customerIPAddress
Returns the value of attribute customerIPAddress
726 727 728 |
# File 'lib/default.rb', line 726 def customerIPAddress @customerIPAddress end |
- (Object) email
Returns the value of attribute email
738 739 740 |
# File 'lib/default.rb', line 738 def email @email end |
- (Object) endDate
Returns the value of attribute endDate
743 744 745 |
# File 'lib/default.rb', line 743 def endDate @endDate end |
- (Object) fax
Returns the value of attribute fax
736 737 738 |
# File 'lib/default.rb', line 736 def fax @fax end |
- (Object) firstName
Returns the value of attribute firstName
728 729 730 |
# File 'lib/default.rb', line 728 def firstName @firstName end |
- (Object) lastName
Returns the value of attribute lastName
729 730 731 |
# File 'lib/default.rb', line 729 def lastName @lastName end |
- (Object) mop
Returns the value of attribute mop
749 750 751 |
# File 'lib/default.rb', line 749 def mop @mop end |
- (Object) password
Returns the value of attribute password
725 726 727 |
# File 'lib/default.rb', line 725 def password @password end |
- (Object) phone
Returns the value of attribute phone
735 736 737 |
# File 'lib/default.rb', line 735 def phone @phone end |
- (Object) recurring
Returns the value of attribute recurring
740 741 742 |
# File 'lib/default.rb', line 740 def recurring @recurring end |
- (Object) scheduleDate
Returns the value of attribute scheduleDate
745 746 747 |
# File 'lib/default.rb', line 745 def scheduleDate @scheduleDate end |
- (Object) scheduleType
Returns the value of attribute scheduleType
744 745 746 |
# File 'lib/default.rb', line 744 def scheduleType @scheduleType end |
- (Object) state
Returns the value of attribute state
733 734 735 |
# File 'lib/default.rb', line 733 def state @state end |
- (Object) zipCode
Returns the value of attribute zipCode
734 735 736 |
# File 'lib/default.rb', line 734 def zipCode @zipCode end |