Package io.gs2.cdk.money.model.options
Class NamespaceOptions
java.lang.Object
io.gs2.cdk.money.model.options.NamespaceOptions
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionwithAppleKey(String appleKey) withCreateWalletScript(ScriptSetting createWalletScript) withDepositScript(ScriptSetting depositScript) withDescription(String description) withEnableFakeReceipt(Boolean enableFakeReceipt) withGoogleKey(String googleKey) withLogSetting(LogSetting logSetting) withWithdrawScript(ScriptSetting withdrawScript)
-
Field Details
-
description
-
appleKey
-
googleKey
-
enableFakeReceipt
-
createWalletScript
-
depositScript
-
withdrawScript
-
logSetting
-
-
Constructor Details
-
NamespaceOptions
public NamespaceOptions()
-
-
Method Details
-
withDescription
-
withAppleKey
-
withGoogleKey
-
withEnableFakeReceipt
-
withCreateWalletScript
-
withDepositScript
-
withWithdrawScript
-
withLogSetting
-