Viincenttt / MollieApi

This project allows you to easily add the Mollie payment provider to your application.
MIT License
148 stars 85 forks source link

Create ChargebackResponseReason #224

Closed Sippelberg closed 3 years ago

Sippelberg commented 3 years ago

Created the ChargebackResponseReason Class as to be able to request the SDD code for the chargeback, this allows us to define the chargeback specific costs

Viincenttt commented 3 years ago

Hi @Sippelberg ,

Can you make the properties start with a uppercase, for example:

public string Code { get; set; }

instead of

public string code { get; set; }

And can you create a single PR for both changes, since they are related.

Thanks!

Kind regards, Vincent