CustomerPaymentHistorySignal

Carries signals about a customer's payment history, which can be used by payment integrators to inform risk decisions.

JSON representation
{

  // Union field payment_history can be only one of the following:
  "positivePaymentHistory": {
    object (Empty)
  },
  "noPaymentHistory": {
    object (Empty)
  }
  // End of list of possible types for union field payment_history.
}
Fields
Union field payment_history. REQUIRED: Details about the customer's payment history. payment_history can be only one of the following:
positivePaymentHistory

object (Empty)

Indicates the user has transacted with Google previously and has a positive payment history.

noPaymentHistory

object (Empty)

Indicates the user has not transacted with Google previously.