Class PaymentRequestStartInputToPaymentRequestStartDtoMapper
Inheritance
PaymentRequestStartInputToPaymentRequestStartDtoMapper
Assembly: Volo.Payment.Application.dll
[MapExtraProperties]
public class PaymentRequestStartInputToPaymentRequestStartDtoMapper : TwoWayMapperBase<PaymentRequestStartInput, PaymentRequestStartDto>, ITransientDependency, IAbpReverseMapperlyMapper<PaymentRequestStartInput, PaymentRequestStartDto>, IAbpMapperlyMapper<PaymentRequestStartInput, PaymentRequestStartDto>
Constructors
Declaration
public PaymentRequestStartInputToPaymentRequestStartDtoMapper()
Methods
Declaration
public override PaymentRequestStartDto Map(PaymentRequestStartInput source)
Parameters
Returns
Overrides
Volo.Abp.Mapperly.MapperBase<Volo.Payment.Gateways.PaymentRequestStartInput, Volo.Payment.Requests.PaymentRequestStartDto>.Map(Volo.Payment.Gateways.PaymentRequestStartInput)
Declaration
public override void Map(PaymentRequestStartInput source, PaymentRequestStartDto destination)
Parameters
Overrides
Volo.Abp.Mapperly.MapperBase<Volo.Payment.Gateways.PaymentRequestStartInput, Volo.Payment.Requests.PaymentRequestStartDto>.Map(Volo.Payment.Gateways.PaymentRequestStartInput, Volo.Payment.Requests.PaymentRequestStartDto)
Declaration
public override PaymentRequestStartInput ReverseMap(PaymentRequestStartDto destination)
Parameters
Returns
Overrides
Volo.Abp.Mapperly.TwoWayMapperBase<Volo.Payment.Gateways.PaymentRequestStartInput, Volo.Payment.Requests.PaymentRequestStartDto>.ReverseMap(Volo.Payment.Requests.PaymentRequestStartDto)
Declaration
public override void ReverseMap(PaymentRequestStartDto destination, PaymentRequestStartInput source)
Parameters
Overrides
Volo.Abp.Mapperly.TwoWayMapperBase<Volo.Payment.Gateways.PaymentRequestStartInput, Volo.Payment.Requests.PaymentRequestStartDto>.ReverseMap(Volo.Payment.Requests.PaymentRequestStartDto, Volo.Payment.Gateways.PaymentRequestStartInput)
Implements
Extension Methods