Class: PaymentDetails

Inherits:
Object
  • Object
show all
Defined in:
lib/ApiObjects/Requests/payment_details.rb

Instance Attribute Summary collapse

Instance Attribute Details

#BuyerFirstnameObject

Buyer first name



24
25
26
# File 'lib/ApiObjects/Requests/payment_details.rb', line 24

def BuyerFirstname
  @BuyerFirstname
end

#BuyerLastnameObject

Buyer last name



27
28
29
# File 'lib/ApiObjects/Requests/payment_details.rb', line 27

def BuyerLastname
  @BuyerLastname
end

#BuyerStreetObject

Delivery address



33
34
35
# File 'lib/ApiObjects/Requests/payment_details.rb', line 33

def BuyerStreet
  @BuyerStreet
end

#CustomMerchantInfoObject

Custom info like comments, etc



15
16
17
# File 'lib/ApiObjects/Requests/payment_details.rb', line 15

def CustomMerchantInfo
  @CustomMerchantInfo
end

#DeliveryTypeObject

Delivery type



30
31
32
# File 'lib/ApiObjects/Requests/payment_details.rb', line 30

def DeliveryType
  @DeliveryType
end

#EMailObject

Buyer email



9
10
11
# File 'lib/ApiObjects/Requests/payment_details.rb', line 9

def EMail
  @EMail
end

#MerchantInternalPaymentIdObject

Order id in merchant’s system



3
4
5
# File 'lib/ApiObjects/Requests/payment_details.rb', line 3

def MerchantInternalPaymentId
  @MerchantInternalPaymentId
end

#MerchantInternalUserIdObject

User id in merchant’s system



6
7
8
# File 'lib/ApiObjects/Requests/payment_details.rb', line 6

def MerchantInternalUserId
  @MerchantInternalUserId
end

#PhoneNumberObject

Buyer phone



12
13
14
# File 'lib/ApiObjects/Requests/payment_details.rb', line 12

def PhoneNumber
  @PhoneNumber
end

#ReturnUrlObject

Url to redirect buyer after paying



21
22
23
# File 'lib/ApiObjects/Requests/payment_details.rb', line 21

def ReturnUrl
  @ReturnUrl
end

#StatusUrlObject

Url which receive payment status after paying



18
19
20
# File 'lib/ApiObjects/Requests/payment_details.rb', line 18

def StatusUrl
  @StatusUrl
end