Uses of Class
io.gs2.cdk.money.model.options.NamespaceOptions
Packages that use NamespaceOptions
-
Uses of NamespaceOptions in io.gs2.cdk.money.model
Constructors in io.gs2.cdk.money.model with parameters of type NamespaceOptionsModifierConstructorDescriptionNamespace(Stack stack, String name, NamespacePriority priority, Boolean shareFree, NamespaceCurrency currency, NamespaceOptions options) -
Uses of NamespaceOptions in io.gs2.cdk.money.model.options
Methods in io.gs2.cdk.money.model.options that return NamespaceOptionsModifier and TypeMethodDescriptionNamespaceOptions.withAppleKey(String appleKey) NamespaceOptions.withCreateWalletScript(ScriptSetting createWalletScript) NamespaceOptions.withDepositScript(ScriptSetting depositScript) NamespaceOptions.withDescription(String description) NamespaceOptions.withEnableFakeReceipt(Boolean enableFakeReceipt) NamespaceOptions.withGoogleKey(String googleKey) NamespaceOptions.withLogSetting(LogSetting logSetting) NamespaceOptions.withWithdrawScript(ScriptSetting withdrawScript)