-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- added support for sorting all lists - adjusted KYC upload unit tests to recent API changes - added temporary API calls
- Loading branch information
1 parent
1dc7653
commit a2a2b8d
Showing
16 changed files
with
181 additions
and
28 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
package com.mangopay.entities; | ||
|
||
/** | ||
* WARNING! | ||
* This is temporary entity and will be removed in future. | ||
* Contact support before using these features or if have any queries. | ||
* | ||
* TemporaryImmediatePayIn entity. | ||
*/ | ||
public class TemporaryImmediatePayIn extends Transaction { | ||
/** | ||
* Payment card identifier. | ||
*/ | ||
public String PaymentCardId; | ||
|
||
/** | ||
* Credited wallet identifier. | ||
*/ | ||
public String CreditedWalletId; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
package com.mangopay.entities; | ||
|
||
import com.mangopay.core.EntityBase; | ||
|
||
/** | ||
* WARNING! | ||
* This is temporary entity and will be removed in future. | ||
* Contact support before using these features or if have any queries. | ||
* | ||
* TemporaryPaymentCard entity. | ||
*/ | ||
public class TemporaryPaymentCard extends EntityBase { | ||
/** | ||
* User identifier. | ||
*/ | ||
public String UserId; | ||
|
||
/** | ||
* Culture. | ||
*/ | ||
public String Culture; | ||
|
||
/** | ||
* Return URL. | ||
*/ | ||
public String ReturnURL; | ||
|
||
/** | ||
* Template URL. | ||
*/ | ||
public String TemplateURL; | ||
|
||
/** | ||
* Redirect URL. | ||
*/ | ||
public String RedirectURL; | ||
|
||
/** | ||
* Alias. | ||
*/ | ||
public String Alias; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.