Class: EML::UK::Payload::Agreement::Show

Inherits:
EML::UK::Payload show all
Defined in:
lib/eml/uk/payload/agreement/show.rb

Constant Summary collapse

OPTIONAL_DEFAULTS =
T.let(%i[merchant_group program].freeze, T::Array[Symbol])

Constants inherited from Payload

Payload::ENDPOINT_CLASS_TYPE

Instance Method Summary collapse

Methods inherited from EML::UK::Payload

convert

Methods inherited from Payload

convert, #to_h

Constructor Details

#initialize(payload) ⇒ Show

Returns a new instance of Show.



14
15
16
17
18
19
# File 'lib/eml/uk/payload/agreement/show.rb', line 14

def initialize(payload)
  super

  @Is_account_expiry = T.let(nil, T.nilable(String))
  @Is_fee_free = T.let(nil, T.nilable(String))
end