# Payment method object
# payment-method.title
Returns the title of the payment method.
# payment-method.handle
Returns the slug of the payment method.
# payment-method.card_required
Returns true
if the payment method requires card details to be sent with the checkout-submit form request. Returns false
if not, e.g. the payment method redirects to a 3rd-party payment page.