INPUT_OBJECT
CreateWalletPaymentTransactionInput
Autogenerated input type of CreateWalletPaymentTransaction
link GraphQL Schema definition
- input CreateWalletPaymentTransactionInput {
- # A unique identifier for the client performing the mutation.
- : String
- # 徴収額
- : BigDecimal!
- # 摘要
- : String!
- # ウォレット払い種別
- : WalletPaymentTransactionPaymentTypeEnum!
- }