Class: Stripe::AccountCreateParams::Capabilities

Inherits:
RequestParams show all
Defined in:
lib/stripe/params/account_create_params.rb

Defined Under Namespace

Classes: AcssDebitPayments, AffirmPayments, AfterpayClearpayPayments, AlmaPayments, AmazonPayPayments, AuBecsDebitPayments, AutomaticIndirectTax, BacsDebitPayments, BancontactPayments, BankTransferPayments, BilliePayments, BlikPayments, BoletoPayments, CardIssuing, CardPayments, CartesBancairesPayments, CashappPayments, CryptoPayments, EpsPayments, FpxPayments, GbBankTransferPayments, GiropayPayments, GopayPayments, GrabpayPayments, IdBankTransferPayments, IdBankTransferPaymentsBca, IdealPayments, IndiaInternationalPayments, JcbPayments, JpBankTransferPayments, KakaoPayPayments, KlarnaPayments, KonbiniPayments, KrCardPayments, LegacyPayments, LinkPayments, MbWayPayments, MobilepayPayments, MultibancoPayments, MxBankTransferPayments, NaverPayPayments, NzBankAccountBecsDebitPayments, OxxoPayments, P24Payments, PayByBankPayments, PaycoPayments, PaynowPayments, PaypalPayments, PaypayPayments, PaytoPayments, PixPayments, PromptpayPayments, QrisPayments, RechnungPayments, RevolutPayPayments, SamsungPayPayments, SatispayPayments, SepaBankTransferPayments, SepaDebitPayments, ShopeepayPayments, SofortPayments, StripeBalancePayments, SwishPayments, TaxReportingUs1099K, TaxReportingUs1099Misc, Transfers, Treasury, TreasuryEvolve, TreasuryFifthThird, TreasuryGoldmanSachs, TwintPayments, UsBankAccountAchPayments, UsBankTransferPayments, ZipPayments

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

attr_accessor, new, #to_h

Constructor Details

#initialize(acss_debit_payments: nil, affirm_payments: nil, afterpay_clearpay_payments: nil, alma_payments: nil, amazon_pay_payments: nil, au_becs_debit_payments: nil, automatic_indirect_tax: nil, bacs_debit_payments: nil, bancontact_payments: nil, bank_transfer_payments: nil, billie_payments: nil, blik_payments: nil, boleto_payments: nil, card_issuing: nil, card_payments: nil, cartes_bancaires_payments: nil, cashapp_payments: nil, crypto_payments: nil, eps_payments: nil, fpx_payments: nil, gb_bank_transfer_payments: nil, giropay_payments: nil, gopay_payments: nil, grabpay_payments: nil, id_bank_transfer_payments: nil, id_bank_transfer_payments_bca: nil, ideal_payments: nil, india_international_payments: nil, jcb_payments: nil, jp_bank_transfer_payments: nil, kakao_pay_payments: nil, klarna_payments: nil, konbini_payments: nil, kr_card_payments: nil, legacy_payments: nil, link_payments: nil, mb_way_payments: nil, mobilepay_payments: nil, multibanco_payments: nil, mx_bank_transfer_payments: nil, naver_pay_payments: nil, nz_bank_account_becs_debit_payments: nil, oxxo_payments: nil, p24_payments: nil, pay_by_bank_payments: nil, payco_payments: nil, paynow_payments: nil, paypal_payments: nil, paypay_payments: nil, payto_payments: nil, pix_payments: nil, promptpay_payments: nil, qris_payments: nil, rechnung_payments: nil, revolut_pay_payments: nil, samsung_pay_payments: nil, satispay_payments: nil, sepa_bank_transfer_payments: nil, sepa_debit_payments: nil, shopeepay_payments: nil, sofort_payments: nil, stripe_balance_payments: nil, swish_payments: nil, tax_reporting_us_1099_k: nil, tax_reporting_us_1099_misc: nil, transfers: nil, treasury: nil, treasury_evolve: nil, treasury_fifth_third: nil, treasury_goldman_sachs: nil, twint_payments: nil, us_bank_account_ach_payments: nil, us_bank_transfer_payments: nil, zip_payments: nil) ⇒ Capabilities

Returns a new instance of Capabilities.



972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
# File 'lib/stripe/params/account_create_params.rb', line 972

def initialize(
  acss_debit_payments: nil,
  affirm_payments: nil,
  afterpay_clearpay_payments: nil,
  alma_payments: nil,
  amazon_pay_payments: nil,
  au_becs_debit_payments: nil,
  automatic_indirect_tax: nil,
  bacs_debit_payments: nil,
  bancontact_payments: nil,
  bank_transfer_payments: nil,
  billie_payments: nil,
  blik_payments: nil,
  boleto_payments: nil,
  card_issuing: nil,
  card_payments: nil,
  cartes_bancaires_payments: nil,
  cashapp_payments: nil,
  crypto_payments: nil,
  eps_payments: nil,
  fpx_payments: nil,
  gb_bank_transfer_payments: nil,
  giropay_payments: nil,
  gopay_payments: nil,
  grabpay_payments: nil,
  id_bank_transfer_payments: nil,
  id_bank_transfer_payments_bca: nil,
  ideal_payments: nil,
  india_international_payments: nil,
  jcb_payments: nil,
  jp_bank_transfer_payments: nil,
  kakao_pay_payments: nil,
  klarna_payments: nil,
  konbini_payments: nil,
  kr_card_payments: nil,
  legacy_payments: nil,
  link_payments: nil,
  mb_way_payments: nil,
  mobilepay_payments: nil,
  multibanco_payments: nil,
  mx_bank_transfer_payments: nil,
  naver_pay_payments: nil,
  nz_bank_account_becs_debit_payments: nil,
  oxxo_payments: nil,
  p24_payments: nil,
  pay_by_bank_payments: nil,
  payco_payments: nil,
  paynow_payments: nil,
  paypal_payments: nil,
  paypay_payments: nil,
  payto_payments: nil,
  pix_payments: nil,
  promptpay_payments: nil,
  qris_payments: nil,
  rechnung_payments: nil,
  revolut_pay_payments: nil,
  samsung_pay_payments: nil,
  satispay_payments: nil,
  sepa_bank_transfer_payments: nil,
  sepa_debit_payments: nil,
  shopeepay_payments: nil,
  sofort_payments: nil,
  stripe_balance_payments: nil,
  swish_payments: nil,
  tax_reporting_us_1099_k: nil,
  tax_reporting_us_1099_misc: nil,
  transfers: nil,
  treasury: nil,
  treasury_evolve: nil,
  treasury_fifth_third: nil,
  treasury_goldman_sachs: nil,
  twint_payments: nil,
  us_bank_account_ach_payments: nil,
  us_bank_transfer_payments: nil,
  zip_payments: nil
)
  @acss_debit_payments = acss_debit_payments
  @affirm_payments = affirm_payments
  @afterpay_clearpay_payments = afterpay_clearpay_payments
  @alma_payments = alma_payments
  @amazon_pay_payments = amazon_pay_payments
  @au_becs_debit_payments = au_becs_debit_payments
  @automatic_indirect_tax = automatic_indirect_tax
  @bacs_debit_payments = bacs_debit_payments
  @bancontact_payments = bancontact_payments
  @bank_transfer_payments = bank_transfer_payments
  @billie_payments = billie_payments
  @blik_payments = blik_payments
  @boleto_payments = boleto_payments
  @card_issuing = card_issuing
  @card_payments = card_payments
  @cartes_bancaires_payments = cartes_bancaires_payments
  @cashapp_payments = cashapp_payments
  @crypto_payments = crypto_payments
  @eps_payments = eps_payments
  @fpx_payments = fpx_payments
  @gb_bank_transfer_payments = gb_bank_transfer_payments
  @giropay_payments = giropay_payments
  @gopay_payments = gopay_payments
  @grabpay_payments = grabpay_payments
  @id_bank_transfer_payments = id_bank_transfer_payments
  @id_bank_transfer_payments_bca = id_bank_transfer_payments_bca
  @ideal_payments = ideal_payments
  @india_international_payments = india_international_payments
  @jcb_payments = jcb_payments
  @jp_bank_transfer_payments = jp_bank_transfer_payments
  @kakao_pay_payments = kakao_pay_payments
  @klarna_payments = klarna_payments
  @konbini_payments = konbini_payments
  @kr_card_payments = kr_card_payments
  @legacy_payments = legacy_payments
  @link_payments = link_payments
  @mb_way_payments = mb_way_payments
  @mobilepay_payments = mobilepay_payments
  @multibanco_payments = multibanco_payments
  @mx_bank_transfer_payments = mx_bank_transfer_payments
  @naver_pay_payments = naver_pay_payments
  @nz_bank_account_becs_debit_payments = 
  @oxxo_payments = oxxo_payments
  @p24_payments = p24_payments
  @pay_by_bank_payments = pay_by_bank_payments
  @payco_payments = payco_payments
  @paynow_payments = paynow_payments
  @paypal_payments = paypal_payments
  @paypay_payments = paypay_payments
  @payto_payments = payto_payments
  @pix_payments = pix_payments
  @promptpay_payments = promptpay_payments
  @qris_payments = qris_payments
  @rechnung_payments = rechnung_payments
  @revolut_pay_payments = revolut_pay_payments
  @samsung_pay_payments = samsung_pay_payments
  @satispay_payments = satispay_payments
  @sepa_bank_transfer_payments = sepa_bank_transfer_payments
  @sepa_debit_payments = sepa_debit_payments
  @shopeepay_payments = shopeepay_payments
  @sofort_payments = sofort_payments
  @stripe_balance_payments = stripe_balance_payments
  @swish_payments = swish_payments
  @tax_reporting_us_1099_k = tax_reporting_us_1099_k
  @tax_reporting_us_1099_misc = tax_reporting_us_1099_misc
  @transfers = transfers
  @treasury = treasury
  @treasury_evolve = treasury_evolve
  @treasury_fifth_third = treasury_fifth_third
  @treasury_goldman_sachs = treasury_goldman_sachs
  @twint_payments = twint_payments
  @us_bank_account_ach_payments = 
  @us_bank_transfer_payments = us_bank_transfer_payments
  @zip_payments = zip_payments
end

Instance Attribute Details

#acss_debit_paymentsObject

The acss_debit_payments capability.



824
825
826
# File 'lib/stripe/params/account_create_params.rb', line 824

def acss_debit_payments
  @acss_debit_payments
end

#affirm_paymentsObject

The affirm_payments capability.



826
827
828
# File 'lib/stripe/params/account_create_params.rb', line 826

def affirm_payments
  @affirm_payments
end

#afterpay_clearpay_paymentsObject

The afterpay_clearpay_payments capability.



828
829
830
# File 'lib/stripe/params/account_create_params.rb', line 828

def afterpay_clearpay_payments
  @afterpay_clearpay_payments
end

#alma_paymentsObject

The alma_payments capability.



830
831
832
# File 'lib/stripe/params/account_create_params.rb', line 830

def alma_payments
  @alma_payments
end

#amazon_pay_paymentsObject

The amazon_pay_payments capability.



832
833
834
# File 'lib/stripe/params/account_create_params.rb', line 832

def amazon_pay_payments
  @amazon_pay_payments
end

#au_becs_debit_paymentsObject

The au_becs_debit_payments capability.



834
835
836
# File 'lib/stripe/params/account_create_params.rb', line 834

def au_becs_debit_payments
  @au_becs_debit_payments
end

#automatic_indirect_taxObject

The automatic_indirect_tax capability.



836
837
838
# File 'lib/stripe/params/account_create_params.rb', line 836

def automatic_indirect_tax
  @automatic_indirect_tax
end

#bacs_debit_paymentsObject

The bacs_debit_payments capability.



838
839
840
# File 'lib/stripe/params/account_create_params.rb', line 838

def bacs_debit_payments
  @bacs_debit_payments
end

#bancontact_paymentsObject

The bancontact_payments capability.



840
841
842
# File 'lib/stripe/params/account_create_params.rb', line 840

def bancontact_payments
  @bancontact_payments
end

#bank_transfer_paymentsObject

The bank_transfer_payments capability.



842
843
844
# File 'lib/stripe/params/account_create_params.rb', line 842

def bank_transfer_payments
  @bank_transfer_payments
end

#billie_paymentsObject

The billie_payments capability.



844
845
846
# File 'lib/stripe/params/account_create_params.rb', line 844

def billie_payments
  @billie_payments
end

#blik_paymentsObject

The blik_payments capability.



846
847
848
# File 'lib/stripe/params/account_create_params.rb', line 846

def blik_payments
  @blik_payments
end

#boleto_paymentsObject

The boleto_payments capability.



848
849
850
# File 'lib/stripe/params/account_create_params.rb', line 848

def boleto_payments
  @boleto_payments
end

#card_issuingObject

The card_issuing capability.



850
851
852
# File 'lib/stripe/params/account_create_params.rb', line 850

def card_issuing
  @card_issuing
end

#card_paymentsObject

The card_payments capability.



852
853
854
# File 'lib/stripe/params/account_create_params.rb', line 852

def card_payments
  @card_payments
end

#cartes_bancaires_paymentsObject

The cartes_bancaires_payments capability.



854
855
856
# File 'lib/stripe/params/account_create_params.rb', line 854

def cartes_bancaires_payments
  @cartes_bancaires_payments
end

#cashapp_paymentsObject

The cashapp_payments capability.



856
857
858
# File 'lib/stripe/params/account_create_params.rb', line 856

def cashapp_payments
  @cashapp_payments
end

#crypto_paymentsObject

The crypto_payments capability.



858
859
860
# File 'lib/stripe/params/account_create_params.rb', line 858

def crypto_payments
  @crypto_payments
end

#eps_paymentsObject

The eps_payments capability.



860
861
862
# File 'lib/stripe/params/account_create_params.rb', line 860

def eps_payments
  @eps_payments
end

#fpx_paymentsObject

The fpx_payments capability.



862
863
864
# File 'lib/stripe/params/account_create_params.rb', line 862

def fpx_payments
  @fpx_payments
end

#gb_bank_transfer_paymentsObject

The gb_bank_transfer_payments capability.



864
865
866
# File 'lib/stripe/params/account_create_params.rb', line 864

def gb_bank_transfer_payments
  @gb_bank_transfer_payments
end

#giropay_paymentsObject

The giropay_payments capability.



866
867
868
# File 'lib/stripe/params/account_create_params.rb', line 866

def giropay_payments
  @giropay_payments
end

#gopay_paymentsObject

The gopay_payments capability.



868
869
870
# File 'lib/stripe/params/account_create_params.rb', line 868

def gopay_payments
  @gopay_payments
end

#grabpay_paymentsObject

The grabpay_payments capability.



870
871
872
# File 'lib/stripe/params/account_create_params.rb', line 870

def grabpay_payments
  @grabpay_payments
end

#id_bank_transfer_paymentsObject

The id_bank_transfer_payments capability.



872
873
874
# File 'lib/stripe/params/account_create_params.rb', line 872

def id_bank_transfer_payments
  @id_bank_transfer_payments
end

#id_bank_transfer_payments_bcaObject

The id_bank_transfer_payments_bca capability.



874
875
876
# File 'lib/stripe/params/account_create_params.rb', line 874

def id_bank_transfer_payments_bca
  @id_bank_transfer_payments_bca
end

#ideal_paymentsObject

The ideal_payments capability.



876
877
878
# File 'lib/stripe/params/account_create_params.rb', line 876

def ideal_payments
  @ideal_payments
end

#india_international_paymentsObject

The india_international_payments capability.



878
879
880
# File 'lib/stripe/params/account_create_params.rb', line 878

def india_international_payments
  @india_international_payments
end

#jcb_paymentsObject

The jcb_payments capability.



880
881
882
# File 'lib/stripe/params/account_create_params.rb', line 880

def jcb_payments
  @jcb_payments
end

#jp_bank_transfer_paymentsObject

The jp_bank_transfer_payments capability.



882
883
884
# File 'lib/stripe/params/account_create_params.rb', line 882

def jp_bank_transfer_payments
  @jp_bank_transfer_payments
end

#kakao_pay_paymentsObject

The kakao_pay_payments capability.



884
885
886
# File 'lib/stripe/params/account_create_params.rb', line 884

def kakao_pay_payments
  @kakao_pay_payments
end

#klarna_paymentsObject

The klarna_payments capability.



886
887
888
# File 'lib/stripe/params/account_create_params.rb', line 886

def klarna_payments
  @klarna_payments
end

#konbini_paymentsObject

The konbini_payments capability.



888
889
890
# File 'lib/stripe/params/account_create_params.rb', line 888

def konbini_payments
  @konbini_payments
end

#kr_card_paymentsObject

The kr_card_payments capability.



890
891
892
# File 'lib/stripe/params/account_create_params.rb', line 890

def kr_card_payments
  @kr_card_payments
end

#legacy_paymentsObject

The legacy_payments capability.



892
893
894
# File 'lib/stripe/params/account_create_params.rb', line 892

def legacy_payments
  @legacy_payments
end

The link_payments capability.



894
895
896
# File 'lib/stripe/params/account_create_params.rb', line 894

def link_payments
  @link_payments
end

#mb_way_paymentsObject

The mb_way_payments capability.



896
897
898
# File 'lib/stripe/params/account_create_params.rb', line 896

def mb_way_payments
  @mb_way_payments
end

#mobilepay_paymentsObject

The mobilepay_payments capability.



898
899
900
# File 'lib/stripe/params/account_create_params.rb', line 898

def mobilepay_payments
  @mobilepay_payments
end

#multibanco_paymentsObject

The multibanco_payments capability.



900
901
902
# File 'lib/stripe/params/account_create_params.rb', line 900

def multibanco_payments
  @multibanco_payments
end

#mx_bank_transfer_paymentsObject

The mx_bank_transfer_payments capability.



902
903
904
# File 'lib/stripe/params/account_create_params.rb', line 902

def mx_bank_transfer_payments
  @mx_bank_transfer_payments
end

The naver_pay_payments capability.



904
905
906
# File 'lib/stripe/params/account_create_params.rb', line 904

def naver_pay_payments
  @naver_pay_payments
end

#nz_bank_account_becs_debit_paymentsObject

The nz_bank_account_becs_debit_payments capability.



906
907
908
# File 'lib/stripe/params/account_create_params.rb', line 906

def 
  @nz_bank_account_becs_debit_payments
end

#oxxo_paymentsObject

The oxxo_payments capability.



908
909
910
# File 'lib/stripe/params/account_create_params.rb', line 908

def oxxo_payments
  @oxxo_payments
end

#p24_paymentsObject

The p24_payments capability.



910
911
912
# File 'lib/stripe/params/account_create_params.rb', line 910

def p24_payments
  @p24_payments
end

#pay_by_bank_paymentsObject

The pay_by_bank_payments capability.



912
913
914
# File 'lib/stripe/params/account_create_params.rb', line 912

def pay_by_bank_payments
  @pay_by_bank_payments
end

#payco_paymentsObject

The payco_payments capability.



914
915
916
# File 'lib/stripe/params/account_create_params.rb', line 914

def payco_payments
  @payco_payments
end

#paynow_paymentsObject

The paynow_payments capability.



916
917
918
# File 'lib/stripe/params/account_create_params.rb', line 916

def paynow_payments
  @paynow_payments
end

#paypal_paymentsObject

The paypal_payments capability.



918
919
920
# File 'lib/stripe/params/account_create_params.rb', line 918

def paypal_payments
  @paypal_payments
end

#paypay_paymentsObject

The paypay_payments capability.



920
921
922
# File 'lib/stripe/params/account_create_params.rb', line 920

def paypay_payments
  @paypay_payments
end

#payto_paymentsObject

The payto_payments capability.



922
923
924
# File 'lib/stripe/params/account_create_params.rb', line 922

def payto_payments
  @payto_payments
end

#pix_paymentsObject

The pix_payments capability.



924
925
926
# File 'lib/stripe/params/account_create_params.rb', line 924

def pix_payments
  @pix_payments
end

#promptpay_paymentsObject

The promptpay_payments capability.



926
927
928
# File 'lib/stripe/params/account_create_params.rb', line 926

def promptpay_payments
  @promptpay_payments
end

#qris_paymentsObject

The qris_payments capability.



928
929
930
# File 'lib/stripe/params/account_create_params.rb', line 928

def qris_payments
  @qris_payments
end

#rechnung_paymentsObject

The rechnung_payments capability.



930
931
932
# File 'lib/stripe/params/account_create_params.rb', line 930

def rechnung_payments
  @rechnung_payments
end

#revolut_pay_paymentsObject

The revolut_pay_payments capability.



932
933
934
# File 'lib/stripe/params/account_create_params.rb', line 932

def revolut_pay_payments
  @revolut_pay_payments
end

#samsung_pay_paymentsObject

The samsung_pay_payments capability.



934
935
936
# File 'lib/stripe/params/account_create_params.rb', line 934

def samsung_pay_payments
  @samsung_pay_payments
end

#satispay_paymentsObject

The satispay_payments capability.



936
937
938
# File 'lib/stripe/params/account_create_params.rb', line 936

def satispay_payments
  @satispay_payments
end

#sepa_bank_transfer_paymentsObject

The sepa_bank_transfer_payments capability.



938
939
940
# File 'lib/stripe/params/account_create_params.rb', line 938

def sepa_bank_transfer_payments
  @sepa_bank_transfer_payments
end

#sepa_debit_paymentsObject

The sepa_debit_payments capability.



940
941
942
# File 'lib/stripe/params/account_create_params.rb', line 940

def sepa_debit_payments
  @sepa_debit_payments
end

#shopeepay_paymentsObject

The shopeepay_payments capability.



942
943
944
# File 'lib/stripe/params/account_create_params.rb', line 942

def shopeepay_payments
  @shopeepay_payments
end

#sofort_paymentsObject

The sofort_payments capability.



944
945
946
# File 'lib/stripe/params/account_create_params.rb', line 944

def sofort_payments
  @sofort_payments
end

#stripe_balance_paymentsObject

The stripe_balance_payments capability.



946
947
948
# File 'lib/stripe/params/account_create_params.rb', line 946

def stripe_balance_payments
  @stripe_balance_payments
end

#swish_paymentsObject

The swish_payments capability.



948
949
950
# File 'lib/stripe/params/account_create_params.rb', line 948

def swish_payments
  @swish_payments
end

#tax_reporting_us_1099_kObject

The tax_reporting_us_1099_k capability.



950
951
952
# File 'lib/stripe/params/account_create_params.rb', line 950

def tax_reporting_us_1099_k
  @tax_reporting_us_1099_k
end

#tax_reporting_us_1099_miscObject

The tax_reporting_us_1099_misc capability.



952
953
954
# File 'lib/stripe/params/account_create_params.rb', line 952

def tax_reporting_us_1099_misc
  @tax_reporting_us_1099_misc
end

#transfersObject

The transfers capability.



954
955
956
# File 'lib/stripe/params/account_create_params.rb', line 954

def transfers
  @transfers
end

#treasuryObject

The treasury capability.



956
957
958
# File 'lib/stripe/params/account_create_params.rb', line 956

def treasury
  @treasury
end

#treasury_evolveObject

The treasury_evolve capability.



958
959
960
# File 'lib/stripe/params/account_create_params.rb', line 958

def treasury_evolve
  @treasury_evolve
end

#treasury_fifth_thirdObject

The treasury_fifth_third capability.



960
961
962
# File 'lib/stripe/params/account_create_params.rb', line 960

def treasury_fifth_third
  @treasury_fifth_third
end

#treasury_goldman_sachsObject

The treasury_goldman_sachs capability.



962
963
964
# File 'lib/stripe/params/account_create_params.rb', line 962

def treasury_goldman_sachs
  @treasury_goldman_sachs
end

#twint_paymentsObject

The twint_payments capability.



964
965
966
# File 'lib/stripe/params/account_create_params.rb', line 964

def twint_payments
  @twint_payments
end

#us_bank_account_ach_paymentsObject

The us_bank_account_ach_payments capability.



966
967
968
# File 'lib/stripe/params/account_create_params.rb', line 966

def 
  @us_bank_account_ach_payments
end

#us_bank_transfer_paymentsObject

The us_bank_transfer_payments capability.



968
969
970
# File 'lib/stripe/params/account_create_params.rb', line 968

def us_bank_transfer_payments
  @us_bank_transfer_payments
end

#zip_paymentsObject

The zip_payments capability.



970
971
972
# File 'lib/stripe/params/account_create_params.rb', line 970

def zip_payments
  @zip_payments
end