subResponseCode property

int subResponseCode
final

Sub-response code returned in the Play Billing API calls.

Defaults to 0 which is returned when no other sub-response code is applicable.

Possible values:

  • 0: NO_APPLICABLE_SUB_RESPONSE_CODE
  • 1: PAYMENT_DECLINED_DUE_TO_INSUFFICIENT_FUNDS
  • 2: USER_INELIGIBLE

Implementation

final int subResponseCode;