Class: PaygatePk::Contracts::HostedCheckout

Inherits:
Struct
  • Object
show all
Defined in:
lib/paygate_pk/contracts/hosted_checkout.rb

Instance Attribute Summary collapse

Instance Attribute Details

#amountObject

Returns the value of attribute amount

Returns:

  • (Object)

    the current value of amount



6
7
8
# File 'lib/paygate_pk/contracts/hosted_checkout.rb', line 6

def amount
  @amount
end

#basket_idObject

Returns the value of attribute basket_id

Returns:

  • (Object)

    the current value of basket_id



6
7
8
# File 'lib/paygate_pk/contracts/hosted_checkout.rb', line 6

def basket_id
  @basket_id
end

#formObject

Returns the value of attribute form

Returns:

  • (Object)

    the current value of form



6
7
8
# File 'lib/paygate_pk/contracts/hosted_checkout.rb', line 6

def form
  @form
end

#providerObject

Returns the value of attribute provider

Returns:

  • (Object)

    the current value of provider



6
7
8
# File 'lib/paygate_pk/contracts/hosted_checkout.rb', line 6

def provider
  @provider
end

#rawObject

Returns the value of attribute raw

Returns:

  • (Object)

    the current value of raw



6
7
8
# File 'lib/paygate_pk/contracts/hosted_checkout.rb', line 6

def raw
  @raw
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



6
7
8
# File 'lib/paygate_pk/contracts/hosted_checkout.rb', line 6

def url
  @url
end