SoftLayer_Billing_Payment_Card_PayerAuthentication_Setup_Information


SoftLayer_Billing_Payment_Card_PayerAuthentication_Setup_Information

Description

This is the datatype that needs to be populated and sent to SoftLayer_Account::initiatePayerAuthentication.

Local


billingAddressLine1

The physical street address. Reserve information such as “apartment #123” or “Suite 2” for line 1.
Type: string


billingAddressLine2

The second line in the address. Information such as suite number goes here.
Type: string


billingCity

The city in which a customer’s account resides.
Type: string


billingCountryCode

The 2-character Country code for an account’s address. (i.e. US)
Type: string


billingEmail

The email address associated with a customer account.
Type: string


billingNameFirst

The first name of the customer account owner.
Type: string


billingNameLast

The last name of the customer account owner
Type: string


billingPostalCode

The Zip or Postal Code for the billing address on an account.
Type: string


billingState

The State for the account.
Type: string


cardAccountNumber

The credit card number to use.
Type: string


cardExpirationMonth

The payment card expiration month
Type: int


cardExpirationYear

The payment card expiration year
Type: int


cardType

The method key of the type payment issued
Type: string


creditCardVerificationNumber

The credit card verification number
Type: string

Relational

Count