Class: Workarea::GlobalE::Merchant::PaymentDetails

Inherits:
Object
  • Object
show all
Defined in:
app/services/workarea/global_e/merchant/payment_details.rb

Instance Method Summary collapse

Instance Method Details

#address1String

Address line 1

Returns:

  • (String)


121
122
# File 'app/services/workarea/global_e/merchant/payment_details.rb', line 121

def address1
end

#address2String

Address line 2

Returns:

  • (String)


128
129
# File 'app/services/workarea/global_e/merchant/payment_details.rb', line 128

def address2
end

#card_numberString

Card numer

Returns:

  • (String)


34
35
# File 'app/services/workarea/global_e/merchant/payment_details.rb', line 34

def card_number
end

#cityString

City name

Returns:

  • (String)


107
108
# File 'app/services/workarea/global_e/merchant/payment_details.rb', line 107

def city
end

#country_codeString

2-char ISO country code

Returns:

  • (String)


86
87
# File 'app/services/workarea/global_e/merchant/payment_details.rb', line 86

def country_code
end

#country_nameString

Country name

Returns:

  • (String)


79
80
# File 'app/services/workarea/global_e/merchant/payment_details.rb', line 79

def country_name
end

#cvv_numberString

Card CVV number

Returns:

  • (String)


41
42
# File 'app/services/workarea/global_e/merchant/payment_details.rb', line 41

def cvv_number
end

#emailString

E-mail address

Returns:

  • (String)


156
157
# File 'app/services/workarea/global_e/merchant/payment_details.rb', line 156

def email
end

#expiration_dateString

Card expiration date (in YYYY-MM-DD format)

Returns:

  • (String)


72
73
# File 'app/services/workarea/global_e/merchant/payment_details.rb', line 72

def expiration_date
end

#faxString

Fax

Returns:

  • (String)


149
150
# File 'app/services/workarea/global_e/merchant/payment_details.rb', line 149

def fax
end

#owner_first_nameObject

Card owner’s first name

(optional if OwnerName is specified)

@return [String]


10
11
# File 'app/services/workarea/global_e/merchant/payment_details.rb', line 10

def owner_first_name
end

#owner_last_nameString

Card owner’s last name (optional if OwnerName is specified)

Returns:

  • (String)


18
19
# File 'app/services/workarea/global_e/merchant/payment_details.rb', line 18

def owner_last_name
end

#owner_nameString

Card owner’s full name (the Merchant’s may choose to consider either full name or first name with last name, according to the existing payment method input validation requirements).

Returns:

  • (String)


27
28
# File 'app/services/workarea/global_e/merchant/payment_details.rb', line 27

def owner_name
end

#payment_method_codeString

Payment method code used to identify the payment method on the Merchant’s site (to be mapped on Global-e side).

Returns:

  • (String)


56
57
# File 'app/services/workarea/global_e/merchant/payment_details.rb', line 56

def payment_method_code
end

#payment_method_nameString

Payment method name

Returns:

  • (String)


48
49
# File 'app/services/workarea/global_e/merchant/payment_details.rb', line 48

def payment_method_name
end

#payment_method_type_codeString

Payment method type’s code used to identify the payment method type (such as Credit Card or Check) on the Merchant’s site (to be mapped on Global-e side).

Returns:

  • (String)


65
66
# File 'app/services/workarea/global_e/merchant/payment_details.rb', line 65

def payment_method_type_code
end

#phone1String

Phone 1

Returns:

  • (String)


135
136
# File 'app/services/workarea/global_e/merchant/payment_details.rb', line 135

def phone1
end

#phone2String

Phone 2

Returns:

  • (String)


142
143
# File 'app/services/workarea/global_e/merchant/payment_details.rb', line 142

def phone2
end

#state_codeString

State or province ISO code such as AZ for Arizona (if applicable)

Returns:

  • (String)


93
94
# File 'app/services/workarea/global_e/merchant/payment_details.rb', line 93

def state_code
end

#state_or_provinceString

State or province name

Returns:

  • (String)


100
101
# File 'app/services/workarea/global_e/merchant/payment_details.rb', line 100

def state_or_province
end

#zipString

Zip or postal code

Returns:

  • (String)


114
115
# File 'app/services/workarea/global_e/merchant/payment_details.rb', line 114

def zip
end