Class: CheckoutSdk::Payments::PaymentSegment
- Inherits:
-
Object
- Object
- CheckoutSdk::Payments::PaymentSegment
- Defined in:
- lib/checkout_sdk/payments/payment_segment.rb
Instance Attribute Summary collapse
Instance Attribute Details
#brand ⇒ 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_category ⇒ 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 |
#market ⇒ 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 |