Class: Stripe::Checkout::SessionCreateParams::PaymentMethodOptions
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Checkout::SessionCreateParams::PaymentMethodOptions
- Defined in:
- lib/stripe/params/checkout/session_create_params.rb
Defined Under Namespace
Classes: AcssDebit, Affirm, AfterpayClearpay, Alipay, Alma, AmazonPay, AuBecsDebit, BacsDebit, Bancontact, Billie, Boleto, Card, Cashapp, CustomerBalance, DemoPay, Eps, Fpx, Giropay, Grabpay, Ideal, KakaoPay, Klarna, Konbini, KrCard, Link, Mobilepay, Multibanco, NaverPay, Oxxo, P24, PayByBank, Payco, Paynow, Paypal, Payto, Pix, RevolutPay, SamsungPay, Satispay, SepaDebit, Sofort, Swish, Twint, UsBankAccount, WechatPay
Instance Attribute Summary collapse
-
#acss_debit ⇒ Object
contains details about the ACSS Debit payment method options.
-
#affirm ⇒ Object
contains details about the Affirm payment method options.
-
#afterpay_clearpay ⇒ Object
contains details about the Afterpay Clearpay payment method options.
-
#alipay ⇒ Object
contains details about the Alipay payment method options.
-
#alma ⇒ Object
contains details about the Alma payment method options.
-
#amazon_pay ⇒ Object
contains details about the AmazonPay payment method options.
-
#au_becs_debit ⇒ Object
contains details about the AU Becs Debit payment method options.
-
#bacs_debit ⇒ Object
contains details about the Bacs Debit payment method options.
-
#bancontact ⇒ Object
contains details about the Bancontact payment method options.
-
#billie ⇒ Object
contains details about the Billie payment method options.
-
#boleto ⇒ Object
contains details about the Boleto payment method options.
-
#card ⇒ Object
contains details about the Card payment method options.
-
#cashapp ⇒ Object
contains details about the Cashapp Pay payment method options.
-
#customer_balance ⇒ Object
contains details about the Customer Balance payment method options.
-
#demo_pay ⇒ Object
contains details about the DemoPay payment method options.
-
#eps ⇒ Object
contains details about the EPS payment method options.
-
#fpx ⇒ Object
contains details about the FPX payment method options.
-
#giropay ⇒ Object
contains details about the Giropay payment method options.
-
#grabpay ⇒ Object
contains details about the Grabpay payment method options.
-
#ideal ⇒ Object
contains details about the Ideal payment method options.
-
#kakao_pay ⇒ Object
contains details about the Kakao Pay payment method options.
-
#klarna ⇒ Object
contains details about the Klarna payment method options.
-
#konbini ⇒ Object
contains details about the Konbini payment method options.
-
#kr_card ⇒ Object
contains details about the Korean card payment method options.
-
#link ⇒ Object
contains details about the Link payment method options.
-
#mobilepay ⇒ Object
contains details about the Mobilepay payment method options.
-
#multibanco ⇒ Object
contains details about the Multibanco payment method options.
-
#naver_pay ⇒ Object
contains details about the Naver Pay payment method options.
-
#oxxo ⇒ Object
contains details about the OXXO payment method options.
-
#p24 ⇒ Object
contains details about the P24 payment method options.
-
#pay_by_bank ⇒ Object
contains details about the Pay By Bank payment method options.
-
#payco ⇒ Object
contains details about the PAYCO payment method options.
-
#paynow ⇒ Object
contains details about the PayNow payment method options.
-
#paypal ⇒ Object
contains details about the PayPal payment method options.
-
#payto ⇒ Object
contains details about the PayTo payment method options.
-
#pix ⇒ Object
contains details about the Pix payment method options.
-
#revolut_pay ⇒ Object
contains details about the RevolutPay payment method options.
-
#samsung_pay ⇒ Object
contains details about the Samsung Pay payment method options.
-
#satispay ⇒ Object
contains details about the Satispay payment method options.
-
#sepa_debit ⇒ Object
contains details about the Sepa Debit payment method options.
-
#sofort ⇒ Object
contains details about the Sofort payment method options.
-
#swish ⇒ Object
contains details about the Swish payment method options.
-
#twint ⇒ Object
contains details about the TWINT payment method options.
-
#us_bank_account ⇒ Object
contains details about the Us Bank Account payment method options.
-
#wechat_pay ⇒ Object
contains details about the WeChat Pay payment method options.
Instance Method Summary collapse
Methods inherited from RequestParams
Constructor Details
#initialize(acss_debit: nil, affirm: nil, afterpay_clearpay: nil, alipay: nil, alma: nil, amazon_pay: nil, au_becs_debit: nil, bacs_debit: nil, bancontact: nil, billie: nil, boleto: nil, card: nil, cashapp: nil, customer_balance: nil, demo_pay: nil, eps: nil, fpx: nil, giropay: nil, grabpay: nil, ideal: nil, kakao_pay: nil, klarna: nil, konbini: nil, kr_card: nil, link: nil, mobilepay: nil, multibanco: nil, naver_pay: nil, oxxo: nil, p24: nil, pay_by_bank: nil, payco: nil, paynow: nil, paypal: nil, payto: nil, pix: nil, revolut_pay: nil, samsung_pay: nil, satispay: nil, sepa_debit: nil, sofort: nil, swish: nil, twint: nil, us_bank_account: nil, wechat_pay: nil) ⇒ PaymentMethodOptions
Returns a new instance of PaymentMethodOptions.
1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 |
# File 'lib/stripe/params/checkout/session_create_params.rb', line 1831 def initialize( acss_debit: nil, affirm: nil, afterpay_clearpay: nil, alipay: nil, alma: nil, amazon_pay: nil, au_becs_debit: nil, bacs_debit: nil, bancontact: nil, billie: nil, boleto: nil, card: nil, cashapp: nil, customer_balance: nil, demo_pay: nil, eps: nil, fpx: nil, giropay: nil, grabpay: nil, ideal: nil, kakao_pay: nil, klarna: nil, konbini: nil, kr_card: nil, link: nil, mobilepay: nil, multibanco: nil, naver_pay: nil, oxxo: nil, p24: nil, pay_by_bank: nil, payco: nil, paynow: nil, paypal: nil, payto: nil, pix: nil, revolut_pay: nil, samsung_pay: nil, satispay: nil, sepa_debit: nil, sofort: nil, swish: nil, twint: nil, us_bank_account: nil, wechat_pay: nil ) @acss_debit = acss_debit @affirm = affirm @afterpay_clearpay = afterpay_clearpay @alipay = alipay @alma = alma @amazon_pay = amazon_pay @au_becs_debit = au_becs_debit @bacs_debit = bacs_debit @bancontact = bancontact @billie = billie @boleto = boleto @card = card @cashapp = cashapp @customer_balance = customer_balance @demo_pay = demo_pay @eps = eps @fpx = fpx @giropay = giropay @grabpay = grabpay @ideal = ideal @kakao_pay = kakao_pay @klarna = klarna @konbini = konbini @kr_card = kr_card @link = link @mobilepay = mobilepay @multibanco = multibanco @naver_pay = naver_pay @oxxo = oxxo @p24 = p24 @pay_by_bank = pay_by_bank @payco = payco @paynow = paynow @paypal = paypal @payto = payto @pix = pix @revolut_pay = revolut_pay @samsung_pay = samsung_pay @satispay = satispay @sepa_debit = sepa_debit @sofort = sofort @swish = swish @twint = twint @us_bank_account = us_bank_account @wechat_pay = wechat_pay end |
Instance Attribute Details
#acss_debit ⇒ Object
contains details about the ACSS Debit payment method options.
1741 1742 1743 |
# File 'lib/stripe/params/checkout/session_create_params.rb', line 1741 def acss_debit @acss_debit end |
#affirm ⇒ Object
contains details about the Affirm payment method options.
1743 1744 1745 |
# File 'lib/stripe/params/checkout/session_create_params.rb', line 1743 def affirm @affirm end |
#afterpay_clearpay ⇒ Object
contains details about the Afterpay Clearpay payment method options.
1745 1746 1747 |
# File 'lib/stripe/params/checkout/session_create_params.rb', line 1745 def afterpay_clearpay @afterpay_clearpay end |
#alipay ⇒ Object
contains details about the Alipay payment method options.
1747 1748 1749 |
# File 'lib/stripe/params/checkout/session_create_params.rb', line 1747 def alipay @alipay end |
#alma ⇒ Object
contains details about the Alma payment method options.
1749 1750 1751 |
# File 'lib/stripe/params/checkout/session_create_params.rb', line 1749 def alma @alma end |
#amazon_pay ⇒ Object
contains details about the AmazonPay payment method options.
1751 1752 1753 |
# File 'lib/stripe/params/checkout/session_create_params.rb', line 1751 def amazon_pay @amazon_pay end |
#au_becs_debit ⇒ Object
contains details about the AU Becs Debit payment method options.
1753 1754 1755 |
# File 'lib/stripe/params/checkout/session_create_params.rb', line 1753 def au_becs_debit @au_becs_debit end |
#bacs_debit ⇒ Object
contains details about the Bacs Debit payment method options.
1755 1756 1757 |
# File 'lib/stripe/params/checkout/session_create_params.rb', line 1755 def bacs_debit @bacs_debit end |
#bancontact ⇒ Object
contains details about the Bancontact payment method options.
1757 1758 1759 |
# File 'lib/stripe/params/checkout/session_create_params.rb', line 1757 def bancontact @bancontact end |
#billie ⇒ Object
contains details about the Billie payment method options.
1759 1760 1761 |
# File 'lib/stripe/params/checkout/session_create_params.rb', line 1759 def billie @billie end |
#boleto ⇒ Object
contains details about the Boleto payment method options.
1761 1762 1763 |
# File 'lib/stripe/params/checkout/session_create_params.rb', line 1761 def boleto @boleto end |
#card ⇒ Object
contains details about the Card payment method options.
1763 1764 1765 |
# File 'lib/stripe/params/checkout/session_create_params.rb', line 1763 def card @card end |
#cashapp ⇒ Object
contains details about the Cashapp Pay payment method options.
1765 1766 1767 |
# File 'lib/stripe/params/checkout/session_create_params.rb', line 1765 def cashapp @cashapp end |
#customer_balance ⇒ Object
contains details about the Customer Balance payment method options.
1767 1768 1769 |
# File 'lib/stripe/params/checkout/session_create_params.rb', line 1767 def customer_balance @customer_balance end |
#demo_pay ⇒ Object
contains details about the DemoPay payment method options.
1769 1770 1771 |
# File 'lib/stripe/params/checkout/session_create_params.rb', line 1769 def demo_pay @demo_pay end |
#eps ⇒ Object
contains details about the EPS payment method options.
1771 1772 1773 |
# File 'lib/stripe/params/checkout/session_create_params.rb', line 1771 def eps @eps end |
#fpx ⇒ Object
contains details about the FPX payment method options.
1773 1774 1775 |
# File 'lib/stripe/params/checkout/session_create_params.rb', line 1773 def fpx @fpx end |
#giropay ⇒ Object
contains details about the Giropay payment method options.
1775 1776 1777 |
# File 'lib/stripe/params/checkout/session_create_params.rb', line 1775 def giropay @giropay end |
#grabpay ⇒ Object
contains details about the Grabpay payment method options.
1777 1778 1779 |
# File 'lib/stripe/params/checkout/session_create_params.rb', line 1777 def grabpay @grabpay end |
#ideal ⇒ Object
contains details about the Ideal payment method options.
1779 1780 1781 |
# File 'lib/stripe/params/checkout/session_create_params.rb', line 1779 def ideal @ideal end |
#kakao_pay ⇒ Object
contains details about the Kakao Pay payment method options.
1781 1782 1783 |
# File 'lib/stripe/params/checkout/session_create_params.rb', line 1781 def kakao_pay @kakao_pay end |
#klarna ⇒ Object
contains details about the Klarna payment method options.
1783 1784 1785 |
# File 'lib/stripe/params/checkout/session_create_params.rb', line 1783 def klarna @klarna end |
#konbini ⇒ Object
contains details about the Konbini payment method options.
1785 1786 1787 |
# File 'lib/stripe/params/checkout/session_create_params.rb', line 1785 def konbini @konbini end |
#kr_card ⇒ Object
contains details about the Korean card payment method options.
1787 1788 1789 |
# File 'lib/stripe/params/checkout/session_create_params.rb', line 1787 def kr_card @kr_card end |
#link ⇒ Object
contains details about the Link payment method options.
1789 1790 1791 |
# File 'lib/stripe/params/checkout/session_create_params.rb', line 1789 def link @link end |
#mobilepay ⇒ Object
contains details about the Mobilepay payment method options.
1791 1792 1793 |
# File 'lib/stripe/params/checkout/session_create_params.rb', line 1791 def mobilepay @mobilepay end |
#multibanco ⇒ Object
contains details about the Multibanco payment method options.
1793 1794 1795 |
# File 'lib/stripe/params/checkout/session_create_params.rb', line 1793 def multibanco @multibanco end |
#naver_pay ⇒ Object
contains details about the Naver Pay payment method options.
1795 1796 1797 |
# File 'lib/stripe/params/checkout/session_create_params.rb', line 1795 def naver_pay @naver_pay end |
#oxxo ⇒ Object
contains details about the OXXO payment method options.
1797 1798 1799 |
# File 'lib/stripe/params/checkout/session_create_params.rb', line 1797 def oxxo @oxxo end |
#p24 ⇒ Object
contains details about the P24 payment method options.
1799 1800 1801 |
# File 'lib/stripe/params/checkout/session_create_params.rb', line 1799 def p24 @p24 end |
#pay_by_bank ⇒ Object
contains details about the Pay By Bank payment method options.
1801 1802 1803 |
# File 'lib/stripe/params/checkout/session_create_params.rb', line 1801 def pay_by_bank @pay_by_bank end |
#payco ⇒ Object
contains details about the PAYCO payment method options.
1803 1804 1805 |
# File 'lib/stripe/params/checkout/session_create_params.rb', line 1803 def payco @payco end |
#paynow ⇒ Object
contains details about the PayNow payment method options.
1805 1806 1807 |
# File 'lib/stripe/params/checkout/session_create_params.rb', line 1805 def paynow @paynow end |
#paypal ⇒ Object
contains details about the PayPal payment method options.
1807 1808 1809 |
# File 'lib/stripe/params/checkout/session_create_params.rb', line 1807 def paypal @paypal end |
#payto ⇒ Object
contains details about the PayTo payment method options.
1809 1810 1811 |
# File 'lib/stripe/params/checkout/session_create_params.rb', line 1809 def payto @payto end |
#pix ⇒ Object
contains details about the Pix payment method options.
1811 1812 1813 |
# File 'lib/stripe/params/checkout/session_create_params.rb', line 1811 def pix @pix end |
#revolut_pay ⇒ Object
contains details about the RevolutPay payment method options.
1813 1814 1815 |
# File 'lib/stripe/params/checkout/session_create_params.rb', line 1813 def revolut_pay @revolut_pay end |
#samsung_pay ⇒ Object
contains details about the Samsung Pay payment method options.
1815 1816 1817 |
# File 'lib/stripe/params/checkout/session_create_params.rb', line 1815 def samsung_pay @samsung_pay end |
#satispay ⇒ Object
contains details about the Satispay payment method options.
1817 1818 1819 |
# File 'lib/stripe/params/checkout/session_create_params.rb', line 1817 def satispay @satispay end |
#sepa_debit ⇒ Object
contains details about the Sepa Debit payment method options.
1819 1820 1821 |
# File 'lib/stripe/params/checkout/session_create_params.rb', line 1819 def sepa_debit @sepa_debit end |
#sofort ⇒ Object
contains details about the Sofort payment method options.
1821 1822 1823 |
# File 'lib/stripe/params/checkout/session_create_params.rb', line 1821 def sofort @sofort end |
#swish ⇒ Object
contains details about the Swish payment method options.
1823 1824 1825 |
# File 'lib/stripe/params/checkout/session_create_params.rb', line 1823 def swish @swish end |
#twint ⇒ Object
contains details about the TWINT payment method options.
1825 1826 1827 |
# File 'lib/stripe/params/checkout/session_create_params.rb', line 1825 def twint @twint end |
#us_bank_account ⇒ Object
contains details about the Us Bank Account payment method options.
1827 1828 1829 |
# File 'lib/stripe/params/checkout/session_create_params.rb', line 1827 def us_bank_account @us_bank_account end |
#wechat_pay ⇒ Object
contains details about the WeChat Pay payment method options.
1829 1830 1831 |
# File 'lib/stripe/params/checkout/session_create_params.rb', line 1829 def wechat_pay @wechat_pay end |