Class: CheckoutSdk::Payments::PaymentSegment

Inherits:
Object
  • Object
show all
Defined in:
lib/checkout_sdk/payments/payment_segment.rb

Instance Attribute Summary collapse

Instance Attribute Details

#brandString

Returns:

  • (String)


11
12
13
14
15
# File 'lib/checkout_sdk/payments/payment_segment.rb', line 11

class PaymentSegment
  attr_accessor :brand,
                :business_category,
                :market
end

#business_categoryString

Returns:

  • (String)


11
12
13
14
15
# File 'lib/checkout_sdk/payments/payment_segment.rb', line 11

class PaymentSegment
  attr_accessor :brand,
                :business_category,
                :market
end

#marketString

Returns:

  • (String)


11
12
13
14
15
# File 'lib/checkout_sdk/payments/payment_segment.rb', line 11

class PaymentSegment
  attr_accessor :brand,
                :business_category,
                :market
end