InitializeCustomerResponse constructor

InitializeCustomerResponse(
  1. int gameballId
)

Creates a new InitializeCustomerResponse object.

Arguments:

  • gameballId: The Gameball ID assigned to the customer.

Implementation

InitializeCustomerResponse(this.gameballId);