public static class PayjpCardFormFragment.Companion
| 修飾子とタイプ | メソッドと説明 |
|---|---|
PayjpCardFormFragment |
newInstance(boolean holderNameEnabled,
TenantId tenantId,
CardBrand[] acceptedBrands)
Create new fragment instance with args
|
@JvmStatic @NotNull public PayjpCardFormFragment newInstance(boolean holderNameEnabled, @Nullable TenantId tenantId, @Nullable CardBrand[] acceptedBrands)
Create new fragment instance with args
holderNameEnabled - a option it require card holder name or not.tenantId - a option for platform tenant.acceptedBrands - accepted brands. if it is null, the fragment try to get them.