Add Slip Verify

This commit is contained in:
Thanakarn Klangkasame
2025-10-02 17:50:35 +07:00
parent 563a341a99
commit 33470d5fd4
16 changed files with 152 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
namespace AMREZ.EOP.Contracts.DTOs.Integrations.SCB.OAuth;
public class OAuthRequest
{
}

View File

@@ -0,0 +1,6 @@
namespace AMREZ.EOP.Contracts.DTOs.Integrations.SCB.OAuth;
public class OAuthResponse
{
}