# TalonOne::GenerateLoyaltyCard ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **status** | **String** | Status of the loyalty card. | [optional] [default to 'active'] **customer_profile_ids** | **Array<String>** | Integration IDs of the customer profiles linked to the card. | [optional] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::GenerateLoyaltyCard.new(status: active, customer_profile_ids: [R195412, G244519]) ```