Method: ActiveMerchant::Billing::CreditCard#encrypted_pin_cryptogram

Defined in:
lib/active_merchant/billing/credit_card.rb

#encrypted_pin_cryptogramString

Returns the ciphertext of the card’s encrypted PIN.

Returns:

  • (String)


241
242
243
# File 'lib/active_merchant/billing/credit_card.rb', line 241

def encrypted_pin_cryptogram
  @encrypted_pin_cryptogram
end