Skip to Content Skip to Search
Methods
C
H
P
T

Instance Public methods

card_brand()

# File app/serializers/v2/payment_method/payment_method_serializer.rb, line 18
def card_brand
  object.brand
end

hint()

# File app/serializers/v2/payment_method/payment_method_serializer.rb, line 10
def hint
  object.hint
end

payment_method_id()

# File app/serializers/v2/payment_method/payment_method_serializer.rb, line 14
def payment_method_id
  object.payment_method_id
end

type()

# File app/serializers/v2/payment_method/payment_method_serializer.rb, line 6
def type
  object.type
end