# frozen_string_literal: true # PaymentMethod objects represent a payment method of a user. class EasyPost::Models::PaymentMethod < EasyPost::Models::EasyPostObject end