Class: Whop_sdk::ConfirmationTokens::Types::CreateConfirmationTokensRequestPaymentMethod

Inherits:
Internal::Types::Model
  • Object
show all
Defined in:
lib/whop_sdk/confirmation_tokens/types/create_confirmation_tokens_request_payment_method.rb

Overview

The collected method: type names the payment method, category names the payload shape, and the category-keyed object carries the payload. Wallets are the exception: their payload rides the type key (apple_pay / google_pay). Send exactly the one payload arm the category selects — extra arms are rejected. Redirect-flow methods (category redirect, bank_transfer, voucher, and redirect wallets like cashapp) collect nothing and send no payload arm.

Method Summary

Methods inherited from Internal::Types::Model

#==, ===, add_extra_field_definition, coerce, extra_fields, field, fields, #initialize, #inspect, literal, load, #to_h

Methods included from Internal::Types::Type

#coerce, #strict!, #strict?

Methods included from Internal::JSON::Serializable

#dump, #load

Constructor Details

This class inherits a constructor from Whop_sdk::Internal::Types::Model