Class: CheckoutSdk::Payments::BlikPaymentMethod
- Inherits:
-
Object
- Object
- CheckoutSdk::Payments::BlikPaymentMethod
- Defined in:
- lib/checkout_sdk/payments/setups/blik_payment_method.rb
Overview
Blik payment method configuration on a Payment Setup.
Instance Attribute Summary collapse
-
#flags ⇒ Array(String)
(response-only) Diagnostic flags returned by the API.
-
#partner_code ⇒ String
The 6-digit Blik code generated by the customer’s banking app.
-
#status ⇒ String
(response-only) Payment method status (e.g. “available”).
Instance Attribute Details
#flags ⇒ Array(String)
Returns (response-only) Diagnostic flags returned by the API.
14 15 16 17 18 |
# File 'lib/checkout_sdk/payments/setups/blik_payment_method.rb', line 14 class BlikPaymentMethod attr_accessor :status, :flags, :partner_code end |
#partner_code ⇒ String
Returns The 6-digit Blik code generated by the customer’s banking app. Pattern: ^[0-9]6$.
14 15 16 17 18 |
# File 'lib/checkout_sdk/payments/setups/blik_payment_method.rb', line 14 class BlikPaymentMethod attr_accessor :status, :flags, :partner_code end |
#status ⇒ String
Returns (response-only) Payment method status (e.g. “available”).
14 15 16 17 18 |
# File 'lib/checkout_sdk/payments/setups/blik_payment_method.rb', line 14 class BlikPaymentMethod attr_accessor :status, :flags, :partner_code end |