amazon_iap v0.1.1 AmazonIAP.RVSResponse

Struct for RVS(Receipt Verification Service) response.

Link to this section Summary

Link to this section Types

Link to this type t()
t() :: %AmazonIAP.RVSResponse{
  beta_product: boolean(),
  cancel_date: integer(),
  parent_product_id: nil,
  product_id: binary(),
  product_type: binary(),
  purchase_date: integer(),
  quantity: integer(),
  receipt_id: binary(),
  renewal_date: integer(),
  term: binary(),
  term_sku: binary(),
  test_transaction: boolean()
}

Link to this section Functions

Link to this function from_json(json_string)
from_json(binary()) :: AmazonIAP.RVSResponse.t()
Link to this function to_struct(json)
to_struct(struct()) :: AmazonIAP.RVSResponse.t()
Link to this function to_struct(list, struct)