Skip to content

Commit

Permalink
Merge pull request #152 from Mangopay/bugfix/PayOutBankWireDTO_object
Browse files Browse the repository at this point in the history
Updated FallbackReason
  • Loading branch information
SoloJr authored Aug 5, 2021
2 parents 95756ea + 9f4e02a commit c10857f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion MangoPay.SDK/Entities/GET/PayOutBankWireDTO.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ public class PayOutBankWireGetDTO : PayOutBankWireDTO

public String ModeApplied { get; set; }

public String FallbackReason { get; set; }
public FallbackReason FallbackReason { get; set; }
}

public class FallbackReason
{
public String Code { get; set; }
public String Message { get; set; }
}
}

0 comments on commit c10857f

Please sign in to comment.