应用一次性购买-AppPurchaseOneTime 对象

商店一次性购买服务和功能。


在本页面


字段

  • createdAt [DateTime!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#datetime-2021-01)
    创建应用购买的日期和时间。
  • id [ID!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01)
    全局唯一标识符。
  • name[String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
    应用购买的名称。
  • price[MoneyV2!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/moneyv2)
    购买应用程式时要向商店收取的金额。
  • status[AppPurchaseStatus!](https://shopify.dev/docs/admin-api/graphql/reference/billing/apppurchasestatus)
    应用购买的状态。可能的值包括未决,有效,已拒绝和已取消。
  • test[Boolean!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01)
    应用购买是否为测试交易。

返回AppPurchaseOneTime的类型

  • [AppInstallation.oneTimePurchases](https://shopify.dev/docs/admin-api/graphql/reference/apps/appinstallation#onetimepurchases-2021-01)

AppPurchaseOneTime的变异


派生关系

  • [AppPurchase](https://shopify.dev/docs/admin-api/graphql/reference/billing/apppurchase)
  • [Node](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/node)

自动生成的类型,用于通过多个AppPurchaseOneTimes分页。


在本页面


字段

  • edges[[AppPurchaseOneTimeEdge!]!](https://shopify.dev/docs/admin-api/graphql/reference/billing/apppurchaseonetime)
    边列表。
  • pageInfo[PageInfo!](https://shopify.dev/docs/admin-api/graphql/reference/pageinfo)
    有助于分页的信息。

一种自动生成的类型,在分页期间包含一个AppPurchaseOneTime和一个光标。


在本页面


字段

  • cursor[String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
    用于分页的游标。
  • node[AppPurchaseOneTime!](https://shopify.dev/docs/admin-api/graphql/reference/billing/apppurchaseonetime)
The item at the end of AppPurchaseOneTimeEdge.