fromEntity static method
Implementation
static ContextAmountPayModel fromEntity(ContextAmountPayEntity entity) =>
ContextAmountPayModel(
identifier: entity.identifier,
description: entity.description,
executeInstantly: entity.executeInstantly,
paymentType: PayTypeModel.fromEntity(entity.paymentType));