Class: CheckoutSdk::Payments::BlikPaymentMethod

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

Overview

Blik payment method configuration on a Payment Setup.

Instance Attribute Summary collapse

Instance Attribute Details

#flagsArray(String)

Returns (response-only) Diagnostic flags returned by the API.

Returns:

  • (Array(String))

    (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_codeString

Returns The 6-digit Blik code generated by the customer’s banking app. Pattern: ^[0-9]6$.

Returns:

  • (String)

    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

#statusString

Returns (response-only) Payment method status (e.g. “available”).

Returns:

  • (String)

    (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