PaymentProductFieldDisplayElement constructor

PaymentProductFieldDisplayElement(
  1. String id,
  2. String value,
  3. PaymentProductFieldDisplayElementType type
)

Implementation

PaymentProductFieldDisplayElement(this.id, this.value, this.type);