Documentation ¶
Index ¶
- type Client
- func (this *Client) AcknowledgeProduct(ctx context.Context, packageName, productId, token, developerPayload string) error
- func (this *Client) AcknowledgeSubscription(ctx context.Context, ...) error
- func (this *Client) CancelSubscription(ctx context.Context, packageName string, subscriptionId string, token string) error
- func (this *Client) ConsumeProduct(ctx context.Context, packageName, productId, token string) error
- func (this *Client) ProductsService() *androidpublisher.PurchasesProductsService
- func (this *Client) RefundSubscription(ctx context.Context, packageName string, subscriptionId string, token string) error
- func (this *Client) RevokeSubscription(ctx context.Context, packageName string, subscriptionId string, token string) error
- func (this *Client) SubscriptionsService() *androidpublisher.PurchasesSubscriptionsService
- func (this *Client) SubscriptionsV2Service() *androidpublisher.PurchasesSubscriptionsv2Service
- func (this *Client) VerifyProduct(ctx context.Context, packageName, productId, token string) (*androidpublisher.ProductPurchase, error)
- func (this *Client) VerifySubscription(ctx context.Context, packageName, subscriptionId, token string) (*androidpublisher.SubscriptionPurchase, error)
- func (this *Client) VerifySubscriptionV2(ctx context.Context, packageName, token string) (*androidpublisher.SubscriptionPurchaseV2, error)
- func (this *Client) VoidedPurchasesService() *androidpublisher.PurchasesVoidedpurchasesService
- type Option
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) AcknowledgeProduct ¶
func (*Client) AcknowledgeSubscription ¶
func (*Client) CancelSubscription ¶
func (*Client) ConsumeProduct ¶
func (*Client) ProductsService ¶
func (this *Client) ProductsService() *androidpublisher.PurchasesProductsService
func (*Client) RefundSubscription ¶
func (*Client) RevokeSubscription ¶
func (*Client) SubscriptionsService ¶
func (this *Client) SubscriptionsService() *androidpublisher.PurchasesSubscriptionsService
func (*Client) SubscriptionsV2Service ¶
func (this *Client) SubscriptionsV2Service() *androidpublisher.PurchasesSubscriptionsv2Service
func (*Client) VerifyProduct ¶
func (*Client) VerifySubscription ¶
func (*Client) VerifySubscriptionV2 ¶
func (*Client) VoidedPurchasesService ¶
func (this *Client) VoidedPurchasesService() *androidpublisher.PurchasesVoidedpurchasesService
Click to show internal directories.
Click to hide internal directories.