Add Slip Verify
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace AMREZ.EOP.Contracts.DTOs.Integrations.SCB.Common;
|
||||
|
||||
public class SCBStatus
|
||||
{
|
||||
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
namespace AMREZ.EOP.Contracts.DTOs.Integrations.SCB.OAuth;
|
||||
|
||||
public class OAuthRequest
|
||||
{
|
||||
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
namespace AMREZ.EOP.Contracts.DTOs.Integrations.SCB.OAuth;
|
||||
|
||||
public class OAuthResponse
|
||||
{
|
||||
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
namespace AMREZ.EOP.Contracts.DTOs.Integrations.SCB.SlipVerification;
|
||||
|
||||
public class SlipVerificationEnvelope
|
||||
{
|
||||
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
namespace AMREZ.EOP.Contracts.DTOs.Payments.SlipVerification;
|
||||
|
||||
public class VerifyFromImageRequest
|
||||
{
|
||||
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
namespace AMREZ.EOP.Contracts.DTOs.Payments.SlipVerification;
|
||||
|
||||
public class VerifyFromImageResponse
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user